|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.arch.gogo.Arch
public class Arch
iPOJO Arch command giving information about the current system architecture. This is a Gogo command.
Constructor Summary | |
---|---|
Arch()
|
Method Summary | |
---|---|
void |
factories()
Displays the list of public iPOJO factories. |
void |
factory(String factory)
Displays the information about a specific factory. |
void |
handlers()
Displays the list of available handlers. |
void |
instance(String instance)
Displays the architecture of a specific instance. |
void |
instances()
Displays iPOJO instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arch()
Method Detail |
---|
public void instances()
public void instance(String instance)
instance
- the instance namepublic void factory(String factory)
factory
- the factory namepublic void factories()
public void handlers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |