Class ApplicationTypeConfig
java.lang.Object
org.jboss.as.controller.access.constraint.ApplicationTypeConfig
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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApplicationTypeConfig(String subsystem, String name) ApplicationTypeConfig(String subsystem, String name, boolean application) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanbooleanisCore()booleanvoidsetConfiguredApplication(Boolean configuredApplication)
-
Field Details
-
DEPLOYMENT
-
-
Constructor Details
-
ApplicationTypeConfig
-
ApplicationTypeConfig
-
-
Method Details
-
isCore
public boolean isCore() -
getSubsystem
-
getName
-
isDefaultApplication
public boolean isDefaultApplication() -
getConfiguredApplication
-
isApplicationType
public boolean isApplicationType() -
setConfiguredApplication
-
hashCode
public int hashCode() -
equals
-