| |
|
| java.lang.Object org.acm.seguin.summary.Summary org.acm.seguin.summary.FileSummary
FileSummary | public class FileSummary extends Summary (Code) | | Stores a summary of a java file
author: Chris Seguin author: Mike Atkinson version: $Id: FileSummary.java,v 1.7 2004/05/04 15:46:54 mikeatkinson Exp $ since: 2.6.31 |
FileSummary | protected FileSummary(Summary parentSummary, File initFile)(Code) | | Creates a file map
since: 2.6.31 Parameters: parentSummary - the parent summary Parameters: initFile - the file |
accept | public Object accept(SummaryVisitor visitor, Object data)(Code) | | Provide method to visit a node
since: 2.6.31 Parameters: visitor - the visitor Parameters: data - the data for the visit some new data |
add | protected void add(ImportSummary importSummary)(Code) | | Add an import summary
since: 2.6.31 Parameters: importSummary - the summary of what was imported |
add | protected void add(TypeSummary typeSummary)(Code) | | Add an type summary
since: 2.6.31 Parameters: typeSummary - the summary of the type |
getFile | public File getFile()(Code) | | Return the file
since: 2.6.31 the file object |
getFileSummary | public static FileSummary getFileSummary(File file)(Code) | | Get the file summary for a particular file
since: 2.6.31 Parameters: file - the file we are looking up the file summary |
getFileSummary | public static FileSummary getFileSummary(String buffer)(Code) | | Get the file summary for a particular file
since: 2.6.31 Parameters: buffer - the buffer that is used to load the summary the file summary |
getImports | public Iterator getImports()(Code) | | Return the list of imports
since: 2.6.31 an iterator containing the imports |
getKey | protected static String getKey(File file)(Code) | | Get the key that is used to index the files
since: 2.6.31 Parameters: file - the file we are using to find the key the key |
getName | public String getName()(Code) | | Return the name of the file
since: 2.6.31 a string containing the name |
getTypeCount | public int getTypeCount()(Code) | | Counts the types stored in the file
since: 2.6.31 the number of types in this file |
getTypes | public Iterator getTypes()(Code) | | Get the list of types stored in this file
since: 2.6.31 an iterator over the types |
isDeleted | public boolean isDeleted()(Code) | | Has this file been deleted
since: 2.6.31 true if the file is deleted |
isMoving | public boolean isMoving()(Code) | | Is this file moving to a new package
since: 2.6.31 true if the file is moving |
register | static void register(FileSummary summary)(Code) | | Registers a single new file. This method is used by the rapid metadata
reloader
since: 2.6.31 Parameters: summary - Description of Parameter |
reloadFromBuffer | public static FileSummary reloadFromBuffer(File file, Reader input)(Code) | | This method allows JBuilder to load a file summary from the buffer
since: 2.6.31 Parameters: file - the file Parameters: input - the input stream the file summary loaded |
removeAll | public static void removeAll()(Code) | | Removes all the files from the system
since: 2.6.31 |
removeDeletedSummaries | public static void removeDeletedSummaries()(Code) | | Remove any file summaries that have been deleted
since: 2.6.31 |
removeFileSummary | public static void removeFileSummary(File file)(Code) | | Remove the file summary for a particular file
since: 2.6.31 Parameters: file - the file we are looking up |
setDeleted | public void setDeleted(boolean way)(Code) | | Mark whether this file should be deleted
since: 2.6.31 Parameters: way - the way that this parameter is changing |
setMoving | public void setMoving(boolean way)(Code) | | Change whether this file is moving or not
since: 2.6.31 Parameters: way - the way that this parameter is changing |
toString | public String toString()(Code) | | Description of the Method
since: 2.6.31 Description of the Returned Value |
Fields inherited from org.acm.seguin.summary.Summary | protected int modifiers(Code)(Java Doc)
|
|
|
|