Class ApplicationTypeConfig


  • public class ApplicationTypeConfig
    extends Object
    Classification to apply to resources, attributes or operation to allow configuration of whether they are related to "applications".
    Author:
    Brian Stansberry (c) 2013 Red Hat Inc.
    • Constructor Detail

      • ApplicationTypeConfig

        public ApplicationTypeConfig​(String subsystem,
                                     String name)
      • ApplicationTypeConfig

        public ApplicationTypeConfig​(String subsystem,
                                     String name,
                                     boolean application)
    • Method Detail

      • isCore

        public boolean isCore()
      • getSubsystem

        public String getSubsystem()
      • getName

        public String getName()
      • isDefaultApplication

        public boolean isDefaultApplication()
      • getConfiguredApplication

        public Boolean getConfiguredApplication()
      • isApplicationType

        public boolean isApplicationType()
      • setConfiguredApplication

        public void setConfiguredApplication​(Boolean configuredApplication)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object