jena
Class schemagen.SchemagenOptionsImpl
java.lang.Object
jena.schemagen.SchemagenOptionsImpl
- All Implemented Interfaces:
- schemagen.SchemagenOptions
- Enclosing class:
- schemagen
public static class schemagen.SchemagenOptionsImpl
- extends Object
- implements schemagen.SchemagenOptions
schemagen.SchemagenOptionsImpl
public schemagen.SchemagenOptionsImpl(String[] args)
hasConfigFileOption
public boolean hasConfigFileOption()
- Specified by:
hasConfigFileOption in interface schemagen.SchemagenOptions
getConfigFileOption
public String getConfigFileOption()
- Specified by:
getConfigFileOption in interface schemagen.SchemagenOptions
hasRootOption
public boolean hasRootOption()
- Specified by:
hasRootOption in interface schemagen.SchemagenOptions
getRootOption
public String getRootOption()
- Specified by:
getRootOption in interface schemagen.SchemagenOptions
hasNoCommentsOption
public boolean hasNoCommentsOption()
- Specified by:
hasNoCommentsOption in interface schemagen.SchemagenOptions
getNoCommentsOption
public String getNoCommentsOption()
- Specified by:
getNoCommentsOption in interface schemagen.SchemagenOptions
hasInputOption
public boolean hasInputOption()
- Specified by:
hasInputOption in interface schemagen.SchemagenOptions
getInputOption
public Resource getInputOption()
- Specified by:
getInputOption in interface schemagen.SchemagenOptions
hasLangDamlOption
public boolean hasLangDamlOption()
- Specified by:
hasLangDamlOption in interface schemagen.SchemagenOptions
getLangDamlOption
public String getLangDamlOption()
- Specified by:
getLangDamlOption in interface schemagen.SchemagenOptions
hasLangOwlOption
public boolean hasLangOwlOption()
- Specified by:
hasLangOwlOption in interface schemagen.SchemagenOptions
getLangOwlOption
public String getLangOwlOption()
- Specified by:
getLangOwlOption in interface schemagen.SchemagenOptions
hasLangRdfsOption
public boolean hasLangRdfsOption()
- Specified by:
hasLangRdfsOption in interface schemagen.SchemagenOptions
getLangRdfsOption
public String getLangRdfsOption()
- Specified by:
getLangRdfsOption in interface schemagen.SchemagenOptions
hasOutputOption
public boolean hasOutputOption()
- Specified by:
hasOutputOption in interface schemagen.SchemagenOptions
getOutputOption
public String getOutputOption()
- Specified by:
getOutputOption in interface schemagen.SchemagenOptions
hasHeaderOption
public boolean hasHeaderOption()
- Specified by:
hasHeaderOption in interface schemagen.SchemagenOptions
getHeaderOption
public String getHeaderOption()
- Specified by:
getHeaderOption in interface schemagen.SchemagenOptions
hasFooterOption
public boolean hasFooterOption()
- Specified by:
hasFooterOption in interface schemagen.SchemagenOptions
getFooterOption
public String getFooterOption()
- Specified by:
getFooterOption in interface schemagen.SchemagenOptions
hasMarkerOption
public boolean hasMarkerOption()
- Specified by:
hasMarkerOption in interface schemagen.SchemagenOptions
getMarkerOption
public String getMarkerOption()
- Specified by:
getMarkerOption in interface schemagen.SchemagenOptions
hasPackagenameOption
public boolean hasPackagenameOption()
- Specified by:
hasPackagenameOption in interface schemagen.SchemagenOptions
getPackagenameOption
public String getPackagenameOption()
- Specified by:
getPackagenameOption in interface schemagen.SchemagenOptions
hasOntologyOption
public boolean hasOntologyOption()
- Specified by:
hasOntologyOption in interface schemagen.SchemagenOptions
getOntologyOption
public String getOntologyOption()
- Specified by:
getOntologyOption in interface schemagen.SchemagenOptions
hasClassnameOption
public boolean hasClassnameOption()
- Specified by:
hasClassnameOption in interface schemagen.SchemagenOptions
getClassnameOption
public String getClassnameOption()
- Specified by:
getClassnameOption in interface schemagen.SchemagenOptions
hasClassdecOption
public boolean hasClassdecOption()
- Specified by:
hasClassdecOption in interface schemagen.SchemagenOptions
getClassdecOption
public String getClassdecOption()
- Specified by:
getClassdecOption in interface schemagen.SchemagenOptions
hasNamespaceOption
public boolean hasNamespaceOption()
- Specified by:
hasNamespaceOption in interface schemagen.SchemagenOptions
getNamespaceOption
public Resource getNamespaceOption()
- Specified by:
getNamespaceOption in interface schemagen.SchemagenOptions
hasDeclarationsOption
public boolean hasDeclarationsOption()
- Specified by:
hasDeclarationsOption in interface schemagen.SchemagenOptions
getDeclarationsOption
public String getDeclarationsOption()
- Specified by:
getDeclarationsOption in interface schemagen.SchemagenOptions
hasPropertySectionOption
public boolean hasPropertySectionOption()
- Specified by:
hasPropertySectionOption in interface schemagen.SchemagenOptions
getPropertySectionOption
public String getPropertySectionOption()
- Specified by:
getPropertySectionOption in interface schemagen.SchemagenOptions
hasClassSectionOption
public boolean hasClassSectionOption()
- Specified by:
hasClassSectionOption in interface schemagen.SchemagenOptions
getClassSectionOption
public String getClassSectionOption()
- Specified by:
getClassSectionOption in interface schemagen.SchemagenOptions
hasIndividualsSectionOption
public boolean hasIndividualsSectionOption()
- Specified by:
hasIndividualsSectionOption in interface schemagen.SchemagenOptions
getIndividualsSectionOption
public String getIndividualsSectionOption()
- Specified by:
getIndividualsSectionOption in interface schemagen.SchemagenOptions
hasNopropertiesOption
public boolean hasNopropertiesOption()
- Specified by:
hasNopropertiesOption in interface schemagen.SchemagenOptions
hasNoclassesOption
public boolean hasNoclassesOption()
- Specified by:
hasNoclassesOption in interface schemagen.SchemagenOptions
hasNoindividualsOption
public boolean hasNoindividualsOption()
- Specified by:
hasNoindividualsOption in interface schemagen.SchemagenOptions
hasPropTemplateOption
public boolean hasPropTemplateOption()
- Specified by:
hasPropTemplateOption in interface schemagen.SchemagenOptions
getPropTemplateOption
public String getPropTemplateOption()
- Specified by:
getPropTemplateOption in interface schemagen.SchemagenOptions
hasClassTemplateOption
public boolean hasClassTemplateOption()
- Specified by:
hasClassTemplateOption in interface schemagen.SchemagenOptions
getClassTemplateOption
public String getClassTemplateOption()
- Specified by:
getClassTemplateOption in interface schemagen.SchemagenOptions
hasIndividualTemplateOption
public boolean hasIndividualTemplateOption()
- Specified by:
hasIndividualTemplateOption in interface schemagen.SchemagenOptions
getIndividualTemplateOption
public String getIndividualTemplateOption()
- Specified by:
getIndividualTemplateOption in interface schemagen.SchemagenOptions
hasUcNamesOption
public boolean hasUcNamesOption()
- Specified by:
hasUcNamesOption in interface schemagen.SchemagenOptions
hasIncludeOption
public boolean hasIncludeOption()
- Specified by:
hasIncludeOption in interface schemagen.SchemagenOptions
getIncludeOption
public List<String> getIncludeOption()
- Specified by:
getIncludeOption in interface schemagen.SchemagenOptions
hasClassnameSuffixOption
public boolean hasClassnameSuffixOption()
- Specified by:
hasClassnameSuffixOption in interface schemagen.SchemagenOptions
getClassnameSuffixOption
public String getClassnameSuffixOption()
- Specified by:
getClassnameSuffixOption in interface schemagen.SchemagenOptions
hasNoheaderOption
public boolean hasNoheaderOption()
- Specified by:
hasNoheaderOption in interface schemagen.SchemagenOptions
hasEncodingOption
public boolean hasEncodingOption()
- Specified by:
hasEncodingOption in interface schemagen.SchemagenOptions
getEncodingOption
public String getEncodingOption()
- Specified by:
getEncodingOption in interface schemagen.SchemagenOptions
hasHelpOption
public boolean hasHelpOption()
- Specified by:
hasHelpOption in interface schemagen.SchemagenOptions
getHelpOption
public String getHelpOption()
- Specified by:
getHelpOption in interface schemagen.SchemagenOptions
hasDosOption
public boolean hasDosOption()
- Specified by:
hasDosOption in interface schemagen.SchemagenOptions
hasUseInfOption
public boolean hasUseInfOption()
- Specified by:
hasUseInfOption in interface schemagen.SchemagenOptions
hasStrictIndividualsOption
public boolean hasStrictIndividualsOption()
- Specified by:
hasStrictIndividualsOption in interface schemagen.SchemagenOptions
hasIncludeSourceOption
public boolean hasIncludeSourceOption()
- Specified by:
hasIncludeSourceOption in interface schemagen.SchemagenOptions
hasNoStrictOption
public boolean hasNoStrictOption()
- Specified by:
hasNoStrictOption in interface schemagen.SchemagenOptions
Licenced under the Apache License, Version 2.0