Package org.wildfly.prospero.spi
Class ProsperoInstallationManagerFactory
- java.lang.Object
-
- org.wildfly.prospero.spi.ProsperoInstallationManagerFactory
-
- All Implemented Interfaces:
org.wildfly.installationmanager.spi.InstallationManagerFactory
public class ProsperoInstallationManagerFactory extends Object implements org.wildfly.installationmanager.spi.InstallationManagerFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected static List<Path>REQUIRED_FILES
-
Constructor Summary
Constructors Constructor Description ProsperoInstallationManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.installationmanager.spi.InstallationManagercreate(Path installationDir, org.wildfly.installationmanager.MavenOptions mavenOptions)StringgetName()
-
-
-
Method Detail
-
create
public org.wildfly.installationmanager.spi.InstallationManager create(Path installationDir, org.wildfly.installationmanager.MavenOptions mavenOptions) throws Exception
- Specified by:
createin interfaceorg.wildfly.installationmanager.spi.InstallationManagerFactory- Throws:
Exception
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.wildfly.installationmanager.spi.InstallationManagerFactory
-
-