org.jboss.deployers.vfs.spi.deployer
Interface ManifestMetaData

All Known Implementing Classes:
AbstractManifestMetaData

public interface ManifestMetaData

Manifest meta data model.

Author:
Ales Justin

Method Summary
 String getAttribute(String attributesName, String name)
          Get attribute value from specific attrbiutes.
 String getEntry(String entryName, String name)
          Get attribute value from specific attrbiutes.
 String getMainAttribute(String name)
          Get the manifest attribute value.
 

Method Detail

getMainAttribute

String getMainAttribute(String name)
Get the manifest attribute value.

Parameters:
name - the name
Returns:
attribute value or null if attribute doesn't exist

getAttribute

String getAttribute(String attributesName,
                    String name)
Get attribute value from specific attrbiutes.

Parameters:
attributesName - attribute group name
name - string key for accessing specific attribute
Returns:
attribute value or null if attribute doesn't exist

getEntry

String getEntry(String entryName,
                String name)
Get attribute value from specific attrbiutes.

Parameters:
entryName - entry name
name - string key for accessing specific attribute
Returns:
attribute value or null if attribute doesn't exist


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.