Package org.wildfly.prospero.updates
Class CandidateProperties
- java.lang.Object
-
- org.wildfly.prospero.updates.CandidateProperties
-
public class CandidateProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCandidateProperties.ComponentUpdate
-
Field Summary
Fields Modifier and Type Field Description protected static StringDEFAULT_SCHEMA
-
Constructor Summary
Constructors Constructor Description CandidateProperties(String schemaVersion, List<CandidateProperties.ComponentUpdate> updates)CandidateProperties(List<CandidateProperties.ComponentUpdate> updates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSchemaVersion()StringgetUpdateChannel(String key)List<CandidateProperties.ComponentUpdate>getUpdates()inthashCode()StringtoString()
-
-
-
Field Detail
-
DEFAULT_SCHEMA
protected static final String DEFAULT_SCHEMA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CandidateProperties
public CandidateProperties(List<CandidateProperties.ComponentUpdate> updates)
-
CandidateProperties
public CandidateProperties(String schemaVersion, List<CandidateProperties.ComponentUpdate> updates)
-
-
Method Detail
-
getSchemaVersion
public String getSchemaVersion()
-
getUpdates
public List<CandidateProperties.ComponentUpdate> getUpdates()
-
-