|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.roydesign.app.Application
de.infinityloop.upcast.core.AppCore
de.infinityloop.upcast.core.AppFacelessLayer
de.infinityloop.upcast.Tools
public class Tools
This class allows calling certain code/documentation generation tools which you can use e.g. in build scripts. Parameters vary depending on the tool name supplied.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.infinityloop.upcast.core.AppFacelessLayer |
|---|
de.infinityloop.upcast.core.AppFacelessLayer.LicenseFileFilter, de.infinityloop.upcast.core.AppFacelessLayer.UpcastDocumentFilter |
| Field Summary |
|---|
| Fields inherited from class de.infinityloop.upcast.core.AppFacelessLayer |
|---|
appEvalLicense, applicationInstallationDir, applicationInstanceSingleton, appLicense, kAppPrefPathPrefix, kCatalogDefaults, kEncodingDefaults, kFeatureCore, kFeatureDowncastAPI, kFeatureDowncastCommandline, kFeatureDowncastGUI, kFeatureUpcastAPI, kFeatureUpcastCommandline, kFeatureUpcastGUI, kFeatureUPLAPI, kFeatureUPLCommandline, kFeatureUPLGUI, kPATHAppHelpFile, kPATHAppHelpFull, kPATHAppHelpPath, kPATHAppJARConfigPath, kPATHAppJARRegistryPath, kPATHAppJARResourcesPath, kPATHAppLicensesPath, kPATHAppLogfileFull, kPATHAppPreferencesFull, kPATHAppSupportDirPath, kPATHJARResourcesPath, kPATHJavadocHelpFile, kPATHJavadocHelpFull, kPATHJavadocHelpPath, kPATHUPLHelpFile, kPATHUPLHelpFull, kPATHUPLHelpPath, kPipelineTemplatePathDefaults, kStartupLogFlag_CloseAfter, kStartupLogFlag_NewFile, kStartupLogFlag_SeparatorBefore, kStartupLogFlag_SystemInfo, outputstreamFactory, searchDirectories, statisticsStartDate |
| Fields inherited from class de.infinityloop.upcast.core.AppCore |
|---|
gApplicationPreferences, gApplicationPreferencesFormatConverters, gAppLogAggregator, gLicenseFileFormatConverters, gLogEventFilter, gPipelineDocumentFormatConverters, gSystemLoggingBridge, kCatalogFileLocationKey, kConfigurationFileAntLocationKey, kConfigurationFileBCFLocationKey, kConfigurationFileDocumentationLocationKey, kConfigurationFileJavaLocationKey, kConfigurationFileLocationKey, kCustomEncodingsLocationKey, kDestFileRTFLocationKey, kDestFileStdoutLocationKey, kDestFileXMLLocationKey, kDestFolderLocationKey, kLicenseFileLocationKey, kParameterSetFileLocationKey, kPipelineLocationKey, kPipelineTemplatesLocationKey, kSimpleViewLocationKey, kSourceFileBCFLocationKey, kSourceFileCSSLocationKey, kSourceFileRTFLocationKey, kSourceFileXMLLocationKey, kStandardLocationKey, kTempFolderLocationKey, kTextExportLocationKey, kUnicodeMappingFilesLocationKey, kWindowsSystemLocationKey, kXSLFilesLocationKey, logger |
| Constructor Summary | |
|---|---|
Tools()
|
|
| Method Summary | |
|---|---|
void |
exportant(java.lang.String[] args)
[0] toolname [1] ucdoc [2] outfilename |
void |
exportantrunner(java.lang.String[] args)
[0] toolname [1] ucdoc [2] outfilename |
void |
exportbuildnumber(java.lang.String[] args)
[0] toolname [1] destinationfile |
void |
exportdocs(java.lang.String[] args)
[0] toolname [1] ucdoc [2] destination rootfilename |
void |
exportjava(java.lang.String[] args)
[0] toolname [1] ucdoc [2] (optional) source root folder |
void |
exportjavarunner(java.lang.String[] args)
[0] toolname [1] ucdoc [2] (optional) source root folder |
void |
exportxml(java.lang.String[] args)
[0] toolname [1] ucdoc [2] outfilename |
static void |
main(java.lang.String[] args)
The commandline takes the following arguments: tool name: exportjava | exportant | exportjavarunner | exportantrunner | exportdocs | exportxml
source ucdoc file to run the tool on
parameters... |
| Methods inherited from class de.infinityloop.upcast.core.AppFacelessLayer |
|---|
accessesOldXerces, addSearchDirectory, calcPreferencePath, collectSystemValues, existsPreference, getApplicationClipboard, getApplicationInstallationDir, getApplicationLicense, getApplicationName, getApplicationNameFull, getCharacterCounter, getConversionCounter, getOfficeConnectionType, getPath, getPath, getPipelineObject, getPreferenceAsArray, getPreferenceAsBoolean, getPreferenceAsDouble, getPreferenceAsInt, getPreferenceAsList, getPreferenceAsLong, getPreferenceAsObject, getPreferenceAsRectangle, getPreferenceAsString, getStartDate, getUniqueId, getUniqueIdString, getWindowsBridge, incrementCharacterCounter, incrementConversionCounter, initialize, logStartup, reestablishOfficeGateway, registerPipelineObject, removePreference, saveConfigurationAsAnttask, saveConfigurationAsJava, saveConfigurationAsXHTMLDocumentation, searchSupportFile, setApplicationLicense, setCharacterCounter, setConversionCounter, setOfficeInterface, setPreference, setStartDate, unregisterPipelineObject, updateXMLCatalogInfoFromPreferences, writeRegistryWIN |
| Methods inherited from class de.infinityloop.upcast.core.AppCore |
|---|
createBCFFragmentFromModule, createBCFFromConfiguration, getApplicationName, getBuild, getBuildID, getBuildTimestamp, getCurrentVersionFileURL, getExternalLogger, getLogger, getPreferences, getVersion, isBeta, quoteForBCF, registerMemoryFullListener, saveConfigurationAsBCF, unregisterMemoryFullListener, updateExternalLoggerFilter |
| Methods inherited from class net.roydesign.app.Application |
|---|
addOpenApplicationListener, addOpenDocumentListener, addPrintDocumentListener, addReopenApplicationListener, getAboutJMenuItem, getAboutMenuItem, getFramelessJMenuBar, getFramelessMenuBar, getInstance, getName, getPreferencesJMenuItem, getPreferencesMenuItem, getQuitJMenuItem, getQuitMenuItem, removeOpenApplicationListener, removeOpenDocumentListener, removePrintDocumentListener, removeReopenApplicationListener, setFramelessJMenuBar, setFramelessMenuBar, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tools()
| Method Detail |
|---|
public void exportdocs(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportjava(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportjavarunner(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportbuildnumber(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportant(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportantrunner(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
public void exportxml(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exceptionpublic static void main(java.lang.String[] args)
exportjava | exportant | exportjavarunner | exportantrunner | exportdocs | exportxml
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||