Package com.yelloowstone.nf2t.cli
Class FlowFileStreamResult
java.lang.Object
com.yelloowstone.nf2t.cli.FlowFileStreamResult
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
ConstructorDescriptionFlowFileStreamResult
(int version, String extension, boolean uuidFilenames, Path inputPath, Path outputPath, Path resultsPath, long unixTime) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
boolean
void
setOutputPath
(Path outputPath) void
setUuidFilenames
(boolean uuidFilenames)
-
Field Details
-
EXTENSION_DESCRIPTION
- See Also:
-
EXTENSION_UNPACKAGE_DESCRIPTION
- See Also:
-
EXTENSION_PACKAGE_DESCRIPTION
- See Also:
-
VERSION_DESCRIPTION
- See Also:
-
UUID_DESCRIPTION
- See Also:
-
INPUTPATH_UNPACKAGE_DESCRIPTION
- See Also:
-
INPUTPATH_PACKAGE_DESCRIPTION
- See Also:
-
OUTPUTPATH_UNPACKAGE_DESCRIPTION
- See Also:
-
OUTPUTPATH_PACKAGE_DESCRIPTION
- See Also:
-
RESULTS_PATH_DESCRIPTION
- See Also:
-
-
Constructor Details
-
FlowFileStreamResult
-
-
Method Details
-
getVersion
public int getVersion() -
getExtension
-
isUuidFilenames
public boolean isUuidFilenames() -
setUuidFilenames
public void setUuidFilenames(boolean uuidFilenames) -
getInputPath
-
getOutputPath
-
getResultsPath
-
setOutputPath
-
getUnixTime
public long getUnixTime() -
getErrors
-
getOutputFiles
-