Copyright © 2002 SAP AG. All Rights Reserved.

com.sap.security.core.server.securestorage.command
Class GetObjectCommand

java.lang.Object
  |
  +--com.sap.security.core.server.securestorage.command.AbstractCommandSecureStorage
        |
        +--com.sap.security.core.server.securestorage.command.GetObjectCommand
All Implemented Interfaces:
com.sap.engine.interfaces.shell.Command

public class GetObjectCommand
extends AbstractCommandSecureStorage


Constructor Summary
GetObjectCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
 
Method Summary
 void exec(com.sap.engine.interfaces.shell.Environment env, java.io.InputStream is, java.io.OutputStream os, java.lang.String[] params)
           
 java.lang.String getDescription()
          Returns a description text.
 java.lang.String getName()
           
 java.lang.String getUsage()
          Returns a usage-text.
 
Methods inherited from class com.sap.security.core.server.securestorage.command.AbstractCommandSecureStorage
getGroup, getHelpMessage, getSecureStorageRuntimeInterface, getSupportedShellProviderNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetObjectCommand

public GetObjectCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()
Description copied from class: AbstractCommandSecureStorage
Returns a description text.
Overrides:
getDescription in class AbstractCommandSecureStorage

getUsage

public java.lang.String getUsage()
Description copied from class: AbstractCommandSecureStorage
Returns a usage-text.
Overrides:
getUsage in class AbstractCommandSecureStorage

exec

public void exec(com.sap.engine.interfaces.shell.Environment env,
                 java.io.InputStream is,
                 java.io.OutputStream os,
                 java.lang.String[] params)

Copyright © 2002 SAP AG. All Rights Reserved.