Uses of Class
sbd.baseCommand

Uses of baseCommand in sbd
 

Methods in sbd with parameters of type baseCommand
 java.lang.String Compute.execute(baseCommand bc)
          executes a base command
 java.lang.String ComputeEngine.execute(baseCommand bc)
           
 boolean Compute.hasPermisions(baseCommand bc)
          check if the baseCommand has permisions to be executed
 boolean ComputeEngine.hasPermisions(baseCommand bc)
           
 boolean Compute.verifyLogin(baseCommand bc)
          Verifies the baseCommand login
 boolean ComputeEngine.verifyLogin(baseCommand bc)