|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.userlibrary.Archive
public class Archive
Simple library entry within the user library configuration file.
Constructor Summary | |
---|---|
Archive(java.io.File path)
Creates an archive entry provding some infos regarding a classpath entry. |
|
Archive(java.io.File path,
java.io.File source,
java.lang.String javadoc)
Creates an archive entry provding some infos regarding a classpath entry. |
Method Summary | |
---|---|
java.lang.String |
getJavaDoc()
Returns the location of the java docs. |
java.io.File |
getPath()
Returns the location of the classes. |
java.io.File |
getSource()
Returns the location of the sources. |
void |
setJavaDoc(java.lang.String newjavadoc)
Changes the javadoc entry for this archive. |
void |
setSource(java.io.File newsource)
Changes the source entry for this archive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Archive(java.io.File path)
path
- The location of the classes. Maybe a directory or a Jar.public Archive(java.io.File path, java.io.File source, java.lang.String javadoc)
path
- The location of the classes. Maybe a directory or a Jar.source
- The location of corresponding sources.javadoc
- The location of the javadocs as an url.Method Detail |
---|
public void setSource(java.io.File newsource)
newsource
- The new source entry for this archive.public void setJavaDoc(java.lang.String newjavadoc)
newjavadoc
- The new javadoc entry.public java.io.File getPath()
public java.io.File getSource()
public java.lang.String getJavaDoc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |