| java.lang.Object bossa.modules.Content
Content | class Content (Code) | | An abstract package source, where source or interface files
and compiled code if applicable can be found.
version: $Date: 2005/06/18 13:26:55 $ author: Daniel Bonniot |
Inner Class :protected static class Unit | |
Inner Class :protected static class Stream | |
lastCompilation | long lastCompilation(Code) | | Date of the last succesful compilation of this package.
|
lastModification | long lastModification(Code) | | Date of the last modification of the source of this package.
|
sourceRead | boolean sourceRead(Code) | | |
getClasses | Stream[] getClasses(boolean linkPerformed)(Code) | | Returns the compiled classes of this source.
|
getDefinitions | void getDefinitions(List definitions, boolean shouldReload)(Code) | | |
getImports | List getImports(Set opens, boolean shouldReload)(Code) | | |
getName | public String getName()(Code) | | return a short name to display this package source
(typically a file name, an URL, ...)
|
getOutputDirectory | File getOutputDirectory()(Code) | | the directory in which to place generated files of this package. This is used even if the package was not recompiled,e.g. to know where to place the 'dispatch' class. |
getReaders | Content.Unit[] getReaders(boolean shouldReload)(Code) | | Parameters: shouldReload - reload if the source if available. |
someImportModified | void someImportModified(long date)(Code) | | |
toString | public String toString()(Code) | | return a longer string that identifies the type of package source too.
|
|
|