Class WfCliPlugin

  • All Implemented Interfaces:
    org.jboss.galleon.plugin.CliPlugin, org.jboss.galleon.plugin.ProvisioningPlugin

    public class WfCliPlugin
    extends java.lang.Object
    implements org.jboss.galleon.plugin.CliPlugin
    Author:
    jdenise@redhat.com
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jboss.galleon.plugin.CliPlugin

        org.jboss.galleon.plugin.CliPlugin.CustomPackageContent
    • Constructor Summary

      Constructors 
      Constructor Description
      WfCliPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jboss.galleon.plugin.CliPlugin.CustomPackageContent handlePackageContent​(org.jboss.galleon.runtime.PackageRuntime pkg)  
      • 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.ProvisioningPlugin

        getOptions
    • Constructor Detail

      • WfCliPlugin

        public WfCliPlugin()
    • Method Detail

      • handlePackageContent

        public org.jboss.galleon.plugin.CliPlugin.CustomPackageContent handlePackageContent​(org.jboss.galleon.runtime.PackageRuntime pkg)
                                                                                     throws org.jboss.galleon.ProvisioningException,
                                                                                            org.jboss.galleon.ProvisioningDescriptionException,
                                                                                            java.io.IOException
        Specified by:
        handlePackageContent in interface org.jboss.galleon.plugin.CliPlugin
        Throws:
        org.jboss.galleon.ProvisioningException
        org.jboss.galleon.ProvisioningDescriptionException
        java.io.IOException