Class WfConfigsReader.ConfigSpecMapper

  • All Implemented Interfaces:
    org.jboss.galleon.plugin.ProvisionedConfigHandler
    Enclosing class:
    WfConfigsReader

    public static class WfConfigsReader.ConfigSpecMapper
    extends java.lang.Object
    implements org.jboss.galleon.plugin.ProvisionedConfigHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void map​(org.jboss.galleon.state.ProvisionedConfig config)  
      void nextFeature​(org.jboss.galleon.state.ProvisionedFeature feature)  
      void nextSpec​(org.jboss.galleon.runtime.ResolvedFeatureSpec spec)  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jboss.galleon.plugin.ProvisionedConfigHandler

        done, endBatch, endBranch, nextFeaturePack, prepare, startBatch, startBranch
    • Constructor Detail

      • ConfigSpecMapper

        public ConfigSpecMapper()
    • Method Detail

      • reset

        public void reset()
      • map

        public void map​(org.jboss.galleon.state.ProvisionedConfig config)
                 throws org.jboss.galleon.ProvisioningException
        Throws:
        org.jboss.galleon.ProvisioningException
      • nextSpec

        public void nextSpec​(org.jboss.galleon.runtime.ResolvedFeatureSpec spec)
                      throws org.jboss.galleon.ProvisioningException
        Specified by:
        nextSpec in interface org.jboss.galleon.plugin.ProvisionedConfigHandler
        Throws:
        org.jboss.galleon.ProvisioningException
      • nextFeature

        public void nextFeature​(org.jboss.galleon.state.ProvisionedFeature feature)
                         throws org.jboss.galleon.ProvisioningException
        Specified by:
        nextFeature in interface org.jboss.galleon.plugin.ProvisionedConfigHandler
        Throws:
        org.jboss.galleon.ProvisioningException