Uses of Class
SOMA.explorer.DirExplorerItem

Packages that use DirExplorerItem
SOMA Contiene le classi necessarie all'avvio del sistema 
SOMA.explorer Contiene le classi del menu testuale che consente di amministrare tutte le componenti del sistema.  
SOMA.network.connection Contiene le classi che gestiscono ogni singola connessione fra place diversi. 
 

Uses of DirExplorerItem in SOMA
 

Fields in SOMA declared as DirExplorerItem
 DirExplorerItem Environment.dir
          Menu di gestione del place.
 

Constructors in SOMA with parameters of type DirExplorerItem
Environment.Environment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.
NewPlaceExplorerItem.NewPlaceExplorerItem(DirExplorerItem dir)
           
NewDomainExplorerItem.NewDomainExplorerItem(DirExplorerItem dir)
           
 

Uses of DirExplorerItem in SOMA.explorer
 

Methods in SOMA.explorer that return DirExplorerItem
 DirExplorerItem DirExplorerItem.FindRootDirectory()
          Restrituisce il direttorio radice.
 DirExplorerItem DirExplorerItem.FindDirectory(java.util.Collection Parameters, java.io.PrintStream out)
          Restrituisce il direttorio rappresentato da una collezione di parametri.
 

Methods in SOMA.explorer with parameters of type DirExplorerItem
 ExplorerItem DirExplorerItem.addItem(DirExplorerItem value)
          Aggiunge un sottomenu al menu.
 ExplorerItem DirExplorerItem.addItem(DirExplorerItem value, int Position)
          Aggiunge un sottomenu al menu in una determinata posizione.
 

Constructors in SOMA.explorer with parameters of type DirExplorerItem
LoadExplorerItem.LoadExplorerItem(DirExplorerItem dir)
          Costruttore che specifica il menu su cui far eseguire i comandi letti da file.
ExplorerThread.ExplorerThread(DirExplorerItem Dir)
          Costruttore in cui si specifica solo il direttorio da esplorare: vengono utilizzati gli stream di sistema e non viene fatta l'echo dei comandi inseriti.
ExplorerThread.ExplorerThread(DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, boolean echo)
          Costruttore in cui si specificano il direttorio da esplorare, un InputStream di ingresso, un PrintStream di uscita e se e' necessario effettuare l'echo dei comandi inseriti in ingresso.
 

Uses of DirExplorerItem in SOMA.network.connection
 

Constructors in SOMA.network.connection with parameters of type DirExplorerItem
NewClientExplorerItem.NewClientExplorerItem(DirExplorerItem dir)
          Costruttore.
NewServerExplorerItem.NewServerExplorerItem(DirExplorerItem dir)
          Costruttore.
ExplorableConnectionFactory.ExplorableConnectionFactory(Environment env, DirExplorerItem store, java.lang.String prefixString)
          Costruttore.