| java.lang.Object bossa.modules.SourceContent
All known Subclasses: bossa.modules.DirectorySourceContent,
SourceContent | abstract class SourceContent (Code) | | An abstract package source, where source or interface files
and compiled code if applicable can be found.
version: $Date: 2001/10/30 15:38:24 $ author: Daniel Bonniot |
lastCompilation | long lastCompilation(Code) | | Date of the last succesful compileation of this package.
|
lastModification | long lastModification(Code) | | Date of the last modification of the source of this package.
|
sourcesRead | boolean sourcesRead(Code) | | |
getName | abstract public String getName()(Code) | | return a short name to display this package source
(typically a file name, an URL, ...)
|
getOutputDirectory | abstract File getOutputDirectory()(Code) | | the directory in which to place generated files of this package. |
toString | abstract public String toString()(Code) | | return a longer string that identifies the type of package source too.
|
|
|