|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.target.Target
public class Target
Class representation of a target. Can either be a directory, collection, or bundle.
Constructor Summary | |
---|---|
Target(String file,
Type type)
Constructor. |
Method Summary | |
---|---|
String |
getFilename()
Gets the name of the file. |
Type |
getType()
Returns the target type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Target(String file, Type type)
file
- A file.type
- The target type.Method Detail |
---|
public String getFilename()
public Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |