Package org.wildfly.galleon.maven
Class EmbeddedScriptRunner
- java.lang.Object
-
- org.wildfly.galleon.maven.EmbeddedScriptRunner
-
public class EmbeddedScriptRunner extends java.lang.Object- Author:
- Emmanuel Hugonnet (c) 2017 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedScriptRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexportDomain(java.nio.file.Path wildfly, java.nio.file.Path outputDir, java.util.Map<java.lang.String,java.lang.String> inheritedFeatures, java.util.Properties props)static voidexportStandalone(java.nio.file.Path wildfly, java.nio.file.Path outputDir, java.util.Map<java.lang.String,java.lang.String> inheritedFeatures, java.util.Properties props)static org.jboss.dmr.ModelNodereadDomainFeatures(java.nio.file.Path wildfly, java.util.Properties props)static org.jboss.dmr.ModelNodereadStandaloneFeatures(java.nio.file.Path wildfly, java.util.Properties props)
-
-
-
Method Detail
-
exportStandalone
public static void exportStandalone(java.nio.file.Path wildfly, java.nio.file.Path outputDir, java.util.Map<java.lang.String,java.lang.String> inheritedFeatures, java.util.Properties props) throws java.io.IOException, org.jboss.galleon.ProvisioningException- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningException
-
exportDomain
public static void exportDomain(java.nio.file.Path wildfly, java.nio.file.Path outputDir, java.util.Map<java.lang.String,java.lang.String> inheritedFeatures, java.util.Properties props) throws java.io.IOException, org.jboss.galleon.ProvisioningException- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningException
-
readStandaloneFeatures
public static org.jboss.dmr.ModelNode readStandaloneFeatures(java.nio.file.Path wildfly, java.util.Properties props) throws java.io.IOException, org.jboss.galleon.ProvisioningException- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningException
-
readDomainFeatures
public static org.jboss.dmr.ModelNode readDomainFeatures(java.nio.file.Path wildfly, java.util.Properties props) throws java.io.IOException, org.jboss.galleon.ProvisioningException- Throws:
java.io.IOExceptionorg.jboss.galleon.ProvisioningException
-
-