Package org.wildfly.prospero.model
Class KnownFeaturePack
- java.lang.Object
-
- org.wildfly.prospero.model.KnownFeaturePack
-
public class KnownFeaturePack extends Object
-
-
Constructor Summary
Constructors Constructor Description KnownFeaturePack(String name, List<org.wildfly.channel.Channel> channels, URI galleonConfiguration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.wildfly.channel.Channel>getChannels()URIgetGalleonConfiguration()StringgetName()static List<KnownFeaturePack>readConfig(URL url)StringtoString()static voidwrite(List<KnownFeaturePack> packs, File configFile)
-
-
-
Method Detail
-
write
public static void write(List<KnownFeaturePack> packs, File configFile) throws IOException
- Throws:
IOException
-
readConfig
public static List<KnownFeaturePack> readConfig(URL url) throws IOException
- Throws:
IOException
-
getName
public String getName()
-
getChannels
public List<org.wildfly.channel.Channel> getChannels()
-
getGalleonConfiguration
public URI getGalleonConfiguration()
-
-