public class X4OWriteLanguageSchemaExecutor extends Object
| Constructor and Description |
|---|
X4OWriteLanguageSchemaExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes this language task.
|
File |
getBasePath() |
String |
getLanguageName() |
String |
getLanguageNamespaceUri() |
String |
getLanguageVersion() |
static void |
main(String[] argu)
Config and executes this language task.
|
void |
setBasePath(File basePath) |
void |
setLanguageName(String languageName) |
void |
setLanguageNamespaceUri(String languageNamespaceUri) |
void |
setLanguageVersion(String languageVersion) |
public static void main(String[] argu)
argu - The command line arguments.public void execute()
throws ElementException
ElementExceptionpublic String getLanguageName()
public void setLanguageName(String languageName)
languageName - the languageName to setpublic String getLanguageVersion()
public void setLanguageVersion(String languageVersion)
languageVersion - the languageVersion to setpublic String getLanguageNamespaceUri()
public void setLanguageNamespaceUri(String languageNamespaceUri)
languageNamespaceUri - the languageNamespaceUri to setpublic File getBasePath()
public void setBasePath(File basePath)
basePath - the basePath to setCopyright © 2004-2013 X4O. All Rights Reserved.