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 Details

    • REQUIRED_FILES

      protected static final List<Path> REQUIRED_FILES
  • Constructor Details

    • ProsperoInstallationManagerFactory

      public ProsperoInstallationManagerFactory()
  • Method Details

    • create

      public org.wildfly.installationmanager.spi.InstallationManager create(Path installationDir, org.wildfly.installationmanager.MavenOptions mavenOptions) throws Exception
      Specified by:
      create in interface org.wildfly.installationmanager.spi.InstallationManagerFactory
      Throws:
      Exception
    • getName

      public String getName()
      Specified by:
      getName in interface org.wildfly.installationmanager.spi.InstallationManagerFactory