Class ChannelManifest
java.lang.Object
org.wildfly.channel.ChannelManifest
Java representation of a Channel Manifest.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannelManifest(String schemaVersion, String name, String id, String logicalVersion, String description, Collection<ManifestRequirement> manifestRequirements, Collection<Stream> streams) Representation of a Channel resourceChannelManifest(String name, String id, String logicalVersion, String description, Collection<ManifestRequirement> manifestRequirements, Collection<Stream> streams) Representation of a ChannelManifest resource using the current schema version.ChannelManifest(String name, String id, String description, Collection<Stream> streams) Representation of a ChannelManifest resource using the current schema version. -
Method Summary
-
Field Details
-
CLASSIFIER
- See Also:
-
EXTENSION
- See Also:
-
-
Constructor Details
-
ChannelManifest
Representation of a ChannelManifest resource using the current schema version.- See Also:
-
ChannelManifest
public ChannelManifest(String name, String id, String logicalVersion, String description, Collection<ManifestRequirement> manifestRequirements, Collection<Stream> streams) Representation of a ChannelManifest resource using the current schema version.- See Also:
-
ChannelManifest
public ChannelManifest(String schemaVersion, String name, String id, String logicalVersion, String description, Collection<ManifestRequirement> manifestRequirements, Collection<Stream> streams) Representation of a Channel resource- Parameters:
schemaVersion- the version of the schema to validate this manifest resource - requiredname- the name of the manifest - can benulldescription- the description of the manifest - can benullstreams- the streams defined by the manifest - can benull
-
-
Method Details
-
getSchemaVersion
-
getName
-
getId
-
getLogicalVersion
-
getDescription
-
getManifestRequirements
-
getStreams
-
findStreamFor
-
toString
-
equals
-
hashCode
-