SOMA.utility
Class PropertiesExplorerItem

java.lang.Object
  |
  +--SOMA.explorer.ExplorerItem
        |
        +--SOMA.utility.PropertiesExplorerItem

public class PropertiesExplorerItem
extends ExplorerItem

Voce di menu per leggere le proprieta' di sistema.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
PropertiesExplorerItem()
           
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Nessun argomento: lista di tutte le proprieta', 1 argomento: Stampa la proprieta' corrispondente.
 java.lang.String Help(java.io.PrintStream out)
           
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, getSyntax, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesExplorerItem

public PropertiesExplorerItem()
Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Nessun argomento: lista di tutte le proprieta', 1 argomento: Stampa la proprieta' corrispondente.
Overrides:
Execute in class ExplorerItem

Help

public java.lang.String Help(java.io.PrintStream out)
Overrides:
Help in class ExplorerItem