Class RequiredOutputArgumentCollection
- java.lang.Object
-
- picard.cmdline.argumentcollections.RequiredOutputArgumentCollection
-
- All Implemented Interfaces:
OutputArgumentCollection
public class RequiredOutputArgumentCollection extends Object implements OutputArgumentCollection
-
-
Constructor Summary
Constructors Constructor Description RequiredOutputArgumentCollection()
RequiredOutputArgumentCollection(File output)
-
-
-
Field Detail
-
OUTPUT
@Argument(shortName="O", doc="The file to write the output to.") public File OUTPUT
-
-
Constructor Detail
-
RequiredOutputArgumentCollection
public RequiredOutputArgumentCollection(File output)
-
RequiredOutputArgumentCollection
public RequiredOutputArgumentCollection()
-
-
Method Detail
-
getOutputFile
public File getOutputFile()
- Specified by:
getOutputFile
in interfaceOutputArgumentCollection
- Returns:
- The reference provided by the user, if any, or the default, if any.
-
-