Class AspectranConfig

    • Field Detail

      • BASE_PATH_PROPERTY_NAME

        public static final java.lang.String BASE_PATH_PROPERTY_NAME
        See Also:
        Constant Field Values
      • DEFAULT_ASPECTRAN_CONFIG_FILE

        public static final java.lang.String DEFAULT_ASPECTRAN_CONFIG_FILE
        See Also:
        Constant Field Values
      • DEFAULT_APP_CONFIG_ROOT_FILE

        public static final java.lang.String DEFAULT_APP_CONFIG_ROOT_FILE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AspectranConfig

        public AspectranConfig()
      • AspectranConfig

        public AspectranConfig​(java.lang.String apon)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • AspectranConfig

        public AspectranConfig​(@NonNull
                               VariableParameters parameters)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • AspectranConfig

        public AspectranConfig​(java.io.File configFile)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • AspectranConfig

        public AspectranConfig​(java.io.Reader reader)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hasContextConfig

        public boolean hasContextConfig()
      • touchEmbedConfig

        public EmbedConfig touchEmbedConfig()
      • touchShellConfig

        public ShellConfig touchShellConfig()
      • touchDaemonConfig

        public DaemonConfig touchDaemonConfig()
      • getWebConfig

        public WebConfig getWebConfig()
      • newWebConfig

        public WebConfig newWebConfig()
      • touchWebConfig

        public WebConfig touchWebConfig()
      • determineBasePath

        public static java.lang.String determineBasePath​(@Nullable
                                                         java.lang.String[] args)
      • determineAspectranConfigFile

        public static java.io.File determineAspectranConfigFile​(@Nullable
                                                                java.lang.String[] args)