|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.BarEntry
public class BarEntry
Represents a file contained within a broker archive that can be deployed to an execution group.
class
com.ibm.broker.config.proxy.BarEntry implements
com.ibm.broker.config.proxy.DeployableObject
|
|
Responsibilities | States that implementing classes represent objects that can be deployed to execution groups. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ f45166 2007-06-11 HDMPL v6.1 Release
Field Summary |
---|
Fields inherited from interface com.ibm.broker.config.proxy.DeployableObject |
---|
BARNAME_KEYWORD, VERSION_KEYWORD |
Method Summary | |
---|---|
java.lang.String |
getFileExtension()
Returns the file extension of the BAR entry. |
java.lang.String |
getFullName()
Returns the name of the BarEntry as it exists in the BAR file- including any file extension but excluding any path information. |
java.lang.String[] |
getKeywords()
Returns the set of keywords for this BarEntry which were found embedded in the object when the BarFile instance was first instantiated. |
java.lang.String |
getKeywordValue(java.lang.String keyword)
Returns the value of the supplied keyword. |
java.util.Date |
getModifyTime()
Returns the time that the BarEntry was last modified, according to the file modification date set in the broker archive file. |
java.lang.String |
getName()
Returns the name of the BarEntry. |
java.lang.String |
getVersion()
Returns the value of the 'version' keyword if it is embedded in the object in the Bar file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getFileExtension()
getFileExtension
in interface DeployableObject
public java.lang.String getFullName()
getFullName
in interface DeployableObject
public java.lang.String getKeywordValue(java.lang.String keyword)
getKeywordValue
in interface DeployableObject
keyword
- The keyword to look up
public java.lang.String[] getKeywords()
getKeywords
in interface DeployableObject
public java.util.Date getModifyTime()
getModifyTime
in interface DeployableObject
public java.lang.String getName()
getName
in interface DeployableObject
public java.lang.String getVersion()
getVersion
in interface DeployableObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |