java.lang.Object
bossa.modules.SourceContent
- Direct Known Subclasses:
- DirectorySourceContent
- abstract class SourceContent
- extends java.lang.Object
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 $
|
Field Summary |
(package private) long |
lastCompilation
Date of the last succesful compileation of this package. |
(package private) long |
lastModification
Date of the last modification of the source of this package. |
(package private) boolean |
sourcesRead
|
lastModification
long lastModification
- Date of the last modification of the source of this package.
lastCompilation
long lastCompilation
- Date of the last succesful compileation of this package.
sourcesRead
boolean sourcesRead
SourceContent
SourceContent()
getDefinitions
abstract Content.Unit[] getDefinitions()
getOutputDirectory
abstract java.io.File getOutputDirectory()
getName
public abstract java.lang.String getName()
- return a short name to display this package source
(typically a file name, an URL, ...)
toString
public abstract java.lang.String toString()
- return a longer string that identifies the type of package source too.