public class EmbeddedScriptRunner extends Object
| Constructor and Description |
|---|
EmbeddedScriptRunner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportDomain(Path wildfly,
Path outputDir,
Map<String,String> inheritedFeatures,
Properties props) |
static void |
exportStandalone(Path wildfly,
Path outputDir,
Map<String,String> inheritedFeatures,
Properties props) |
static org.jboss.dmr.ModelNode |
readDomainFeatures(Path wildfly,
Properties props) |
static org.jboss.dmr.ModelNode |
readStandaloneFeatures(Path wildfly,
Properties props) |
public static void exportStandalone(Path wildfly, Path outputDir, Map<String,String> inheritedFeatures, Properties props) throws IOException, org.jboss.galleon.ProvisioningException
IOExceptionorg.jboss.galleon.ProvisioningExceptionpublic static void exportDomain(Path wildfly, Path outputDir, Map<String,String> inheritedFeatures, Properties props) throws IOException, org.jboss.galleon.ProvisioningException
IOExceptionorg.jboss.galleon.ProvisioningExceptionpublic static org.jboss.dmr.ModelNode readStandaloneFeatures(Path wildfly, Properties props) throws IOException, org.jboss.galleon.ProvisioningException
IOExceptionorg.jboss.galleon.ProvisioningExceptionpublic static org.jboss.dmr.ModelNode readDomainFeatures(Path wildfly, Properties props) throws IOException, org.jboss.galleon.ProvisioningException
IOExceptionorg.jboss.galleon.ProvisioningExceptionCopyright © 2016–2021 JBoss by Red Hat. All rights reserved.