Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

bossa.modules
Class SourceContent  view SourceContent download SourceContent.java

java.lang.Object
  extended bybossa.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
           
 
Constructor Summary
(package private) SourceContent()
           
 
Method Summary
(package private) abstract  Content.Unit[] getDefinitions()
           
abstract  java.lang.String getName()
          return a short name to display this package source (typically a file name, an URL, ...)
(package private) abstract  java.io.File getOutputDirectory()
           
abstract  java.lang.String toString()
          return a longer string that identifies the type of package source too.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SourceContent

SourceContent()
Method Detail

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.