Class EmbeddedScriptRunner


  • public class EmbeddedScriptRunner
    extends java.lang.Object
    Author:
    Emmanuel Hugonnet (c) 2017 Red Hat, inc.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      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)  
      static org.jboss.dmr.ModelNode readDomainFeatures​(java.nio.file.Path wildfly, java.util.Properties props)  
      static org.jboss.dmr.ModelNode readStandaloneFeatures​(java.nio.file.Path wildfly, java.util.Properties props)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddedScriptRunner

        public EmbeddedScriptRunner()
    • 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.IOException
        org.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.IOException
        org.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.IOException
        org.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.IOException
        org.jboss.galleon.ProvisioningException