| Constructor and Description |
|---|
ProvisioningTool() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
loadAnnotationModel(AnnotationMetamodelAssembler annotationAssembler,
File destDir,
joptsimple.OptionSet options,
joptsimple.OptionSpecBuilder silentOpt)
Assembles provisioning meta model from annotated classes found using a class indexing utility, then loads
convert the assembled model to UML, loading it into the FUML runtime.
|
protected static void |
printUsage(joptsimple.OptionParser parser,
org.apache.commons.logging.Log theLog) |
static byte[] |
readContent(InputStream is) |
protected static boolean |
regenerate(long lastExecution) |
protected static Model |
validateStagingModel(File source) |
protected static void |
writeContent(InputStream is,
OutputStream os) |
protected static void printUsage(joptsimple.OptionParser parser,
org.apache.commons.logging.Log theLog)
throws IOException
IOExceptionprotected static Model validateStagingModel(File source) throws JAXBException, SAXException, IOException
JAXBExceptionSAXExceptionIOExceptionprotected static boolean regenerate(long lastExecution)
protected static void loadAnnotationModel(AnnotationMetamodelAssembler annotationAssembler, File destDir, joptsimple.OptionSet options, joptsimple.OptionSpecBuilder silentOpt) throws JAXBException, SAXException, IOException
annotationAssembler - the meta model assemblerdestDir - the destination diroptions - the provisioning optionssilentOpt - the silent optionJAXBExceptionSAXExceptionIOExceptionprotected static void writeContent(InputStream is, OutputStream os) throws IOException
IOExceptionpublic static byte[] readContent(InputStream is) throws IOException
IOExceptionCopyright © 2017. All rights reserved.