Package gov.nasa.pds.model.plugin
Class DMDocument
- java.lang.Object
-
- gov.nasa.pds.model.plugin.DMDocument
-
public class DMDocument extends Object
Main for creating Document
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
log
static ArrayList<DOMMsgDefn>
mainMsgArr
-
Constructor Summary
Constructors Constructor Description DMDocument()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkRequiredFiles()
static String
getOutputDirPath()
static void
main(String[] args)
main methodstatic void
run(String[] args)
DMDocument Plugin Runnerstatic void
setOutputDirPath(String outputDirPath)
-
-
-
Field Detail
-
log
protected static final org.slf4j.Logger log
-
mainMsgArr
public static ArrayList<DOMMsgDefn> mainMsgArr
-
-
Method Detail
-
main
public static void main(String[] args) throws Throwable
main method- Parameters:
args
-- Throws:
Throwable
-
run
public static void run(String[] args) throws Throwable
DMDocument Plugin Runner- Throws:
Throwable
IOException
-
checkRequiredFiles
public static void checkRequiredFiles() throws IOException
- Throws:
IOException
-
getOutputDirPath
public static String getOutputDirPath()
-
setOutputDirPath
public static void setOutputDirPath(String outputDirPath)
-
-