Package org.wildfly.prospero.model
Class ProsperoConfig
- java.lang.Object
-
- org.wildfly.prospero.model.ProsperoConfig
-
public class ProsperoConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ProsperoConfig(List<org.wildfly.channel.Channel> channels)ProsperoConfig(List<org.wildfly.channel.Channel> channels, MavenOptions mavenOptions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.wildfly.channel.Channel>getChannels()MavenOptionsgetMavenOptions()Collection<org.eclipse.aether.repository.RemoteRepository>listAllRepositories()static ProsperoConfigreadConfig(Path path)
-
-
-
Constructor Detail
-
ProsperoConfig
public ProsperoConfig(List<org.wildfly.channel.Channel> channels)
-
ProsperoConfig
public ProsperoConfig(List<org.wildfly.channel.Channel> channels, MavenOptions mavenOptions)
-
-
Method Detail
-
getChannels
public List<org.wildfly.channel.Channel> getChannels()
-
readConfig
public static ProsperoConfig readConfig(Path path) throws MetadataException
- Throws:
MetadataException
-
listAllRepositories
public Collection<org.eclipse.aether.repository.RemoteRepository> listAllRepositories()
-
getMavenOptions
public MavenOptions getMavenOptions()
-
-