|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.mosgi.jmx.agent.mx4j.loading.MLetTag
public class MLetTag
Represents an MLET tag, as documented in the JMX specification.
Constructor Summary | |
---|---|
MLetTag()
|
Method Summary | |
---|---|
URL |
createArchiveURL(URL codebase,
String archive)
Returns the URL for the given archive file name using the provided URL as a codebase, or null if the URL cannot be created. |
String |
getArchive()
|
Object[] |
getArguments()
|
String |
getCode()
|
String |
getCodeBase()
|
String |
getObject()
|
ObjectName |
getObjectName()
|
String[] |
getSignature()
|
String |
getVersion()
|
URL |
normalizeCodeBase(URL mletFileURL)
Normalizes the codebase held by this MLetTag (specified in the MLet file) using the URL of the MLet file as default. |
String[] |
parseArchive()
Returns the jars file names specified in the ARCHIVE attribute of the MLet tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MLetTag()
Method Detail |
---|
public URL normalizeCodeBase(URL mletFileURL)
mletFileURL
- The URL of the MLet file
public String[] parseArchive()
public URL createArchiveURL(URL codebase, String archive)
public String getVersion()
public String getCodeBase()
public String getArchive()
public String getCode()
public ObjectName getObjectName()
public String getObject()
public String[] getSignature()
public Object[] getArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |