Class ApplicationTypeConfig
- java.lang.Object
-
- org.jboss.as.controller.access.constraint.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.
-
-
Field Summary
Fields Modifier and Type Field Description static ApplicationTypeConfigDEPLOYMENT
-
Constructor Summary
Constructors Constructor Description ApplicationTypeConfig(String subsystem, String name)ApplicationTypeConfig(String subsystem, String name, boolean application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetConfiguredApplication()StringgetName()StringgetSubsystem()inthashCode()booleanisApplicationType()booleanisCore()booleanisDefaultApplication()voidsetConfiguredApplication(Boolean configuredApplication)
-
-
-
Field Detail
-
DEPLOYMENT
public static final ApplicationTypeConfig DEPLOYMENT
-
-
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)
-
-