Interface RemoveUnsupportedSubsystems.EnvironmentProperties

  • Enclosing class:
    RemoveUnsupportedSubsystems<S extends org.jboss.migration.core.jboss.JBossServer<S>>

    public static interface RemoveUnsupportedSubsystems.EnvironmentProperties
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String EXCLUDES
      a list with namespaces of subsystems to exclude, i.e.
      static String INCLUDES
      a list with namespaces of subsystems to include, i.e.
      static String PREFIX
      the prefix for the name of subsystems related properties
    • Field Detail

      • INCLUDES

        static final String INCLUDES
        a list with namespaces of subsystems to include, i.e. not remove from config
        See Also:
        Constant Field Values
      • EXCLUDES

        static final String EXCLUDES
        a list with namespaces of subsystems to exclude, i.e. remove from config
        See Also:
        Constant Field Values