Package org.wildfly.prospero.promotion
Class CustomArtifactList
- java.lang.Object
-
- org.wildfly.prospero.promotion.CustomArtifactList
-
public class CustomArtifactList extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomArtifactList(List<CustomArtifact> artifacts)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.wildfly.channel.ArtifactCoordinate>getArtifactCoordinates()List<CustomArtifact>getArtifacts()static CustomArtifactListreadFrom(Path path)voidwriteTo(Path path)StringwriteToString()
-
-
-
Constructor Detail
-
CustomArtifactList
public CustomArtifactList(List<CustomArtifact> artifacts)
-
-
Method Detail
-
getArtifacts
public List<CustomArtifact> getArtifacts()
-
getArtifactCoordinates
public List<org.wildfly.channel.ArtifactCoordinate> getArtifactCoordinates()
-
readFrom
public static CustomArtifactList readFrom(Path path) throws IOException
- Throws:
IOException
-
writeTo
public void writeTo(Path path) throws IOException
- Throws:
IOException
-
writeToString
public String writeToString() throws IOException
- Throws:
IOException
-
-