Uses of Class
org.jboss.maven.plugins.thirdparty.ComponentInfo

Packages that use ComponentInfo
org.jboss.maven.plugins.thirdparty   
 

Uses of ComponentInfo in org.jboss.maven.plugins.thirdparty
 

Methods in org.jboss.maven.plugins.thirdparty that return ComponentInfo
static ComponentInfo ComponentInfoReader.parseComponentInfo(java.io.File compInfoFile)
          Read a component-info.xml file into a ComponentInfo object.
static ComponentInfo ComponentInfoReader.parseComponentInfo(java.io.InputStream compInfoIS)
          Read a component-info.xml from an input stream into a ComponentInfo object.
 

Methods in org.jboss.maven.plugins.thirdparty with parameters of type ComponentInfo
static java.lang.String ComponentInfoWriter.generateComponentInfo(ComponentInfo compInfo)
           
static java.lang.String ComponentInfoWriter.getLibrariesEntEntry(ComponentInfo compInfo)
          Generate an entry for the libraries.ent file based on the given componentInfo object
static void ComponentInfoWriter.writeComponentInfo(ComponentInfo compInfo, java.io.File outputFile)
          Write a componentInfo object to a file.
 



Copyright © 2007-2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.