Package org.wildfly.glow
Class Layer
java.lang.Object
org.wildfly.glow.Layer
- All Implemented Interfaces:
Comparable<Layer>
- Author:
- jdenise
-
Method Summary
Modifier and TypeMethodDescriptionintbooleangetAddOn()Set<org.jboss.galleon.universe.FeaturePackLocation.FPID> getName()inthashCode()booleanisBanned()booleanvoidvoidsetBanned(boolean isBanned) voidsetExpectFamily(String expectFamily) voidsetIsAutomaticInjection(boolean isAutomaticInjection) toString()
-
Method Details
-
toString
-
getName
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Layer>
-
getDependencies
- Returns:
- the dependencies
-
getProperties
- Returns:
- the properties
-
getMatchingRules
- Returns:
- the matching rules
-
getFeaturePacks
- Returns:
- the featurePacks
-
getAddOn
- Returns:
- the addOn
-
setAddOn
- Parameters:
addOn- the addOn to set
-
getBringDatasources
- Returns:
- the bringDatasources
-
isIsAutomaticInjection
public boolean isIsAutomaticInjection()- Returns:
- the isAutomaticInjection
-
setIsAutomaticInjection
public void setIsAutomaticInjection(boolean isAutomaticInjection) - Parameters:
isAutomaticInjection- the isAutomaticInjection to set
-
getConfiguration
- Returns:
- the configuration
-
getExpectFamily
- Returns:
- the expectFamily
-
setExpectFamily
- Parameters:
expectFamily- the expectFamily to set
-
isBanned
public boolean isBanned()- Returns:
- the isBanned
-
setBanned
public void setBanned(boolean isBanned) - Parameters:
isBanned- the isBanned to set
-