Package | Description |
---|---|
org.jboss.maven.plugins.thirdparty |
Modifier and Type | Method and Description |
---|---|
static ComponentInfo |
ComponentInfoReader.parseComponentInfo(File compInfoFile)
Read a component-info.xml file into a ComponentInfo object.
|
static ComponentInfo |
ComponentInfoReader.parseComponentInfo(InputStream compInfoIS)
Read a component-info.xml from an input stream into a ComponentInfo object.
|
Modifier and Type | Method and Description |
---|---|
static String |
ComponentInfoWriter.generateComponentInfo(ComponentInfo compInfo) |
static 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,
File outputFile)
Write a componentInfo object to a file.
|
Copyright © 2007-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.