Class BuilderConfiguration


  • public class BuilderConfiguration
    extends Object
    Stores the configuration for the ConfigBuilder, i.e. the CommandLine, the Properties and the global annotation processing order.
    • Constructor Detail

      • BuilderConfiguration

        public BuilderConfiguration()
    • Method Detail

      • getCommandLine

        public org.apache.commons.cli.CommandLine getCommandLine()
      • getProperties

        public Properties getProperties()
      • getImportedConfiguration

        public Object getImportedConfiguration()
      • setProperties

        public void setProperties​(Properties properties)
      • setCommandLine

        public void setCommandLine​(org.apache.commons.cli.CommandLine commandLine)
      • setImportedConfiguration

        public void setImportedConfiguration​(Object importedConfiguration)
      • setAnnotationOrder

        public void setAnnotationOrder​(Class<? extends Annotation>[] annotationOrder)
      • getAnnotationOrder

        public Class<? extends Annotation>[] getAnnotationOrder()
      • setPropertyNamePrefixes

        public void setPropertyNamePrefixes​(String[] propertyNamePrefixes)
      • getPropertyNamePrefixes

        public String[] getPropertyNamePrefixes()