Package org.apache.uima.pear.generate
Class PearExport
java.lang.Object
org.apache.uima.pear.generate.PearExport
A util class for PEAR export operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
ensureTargetFileIsValid
(File targetFile) Ensure target file is valid.
-
Constructor Details
-
PearExport
public PearExport()
-
-
Method Details
-
ensureTargetFileIsValid
Ensure target file is valid.- Parameters:
targetFile
- the target file- Returns:
- true
- Throws:
PearException
- -
-