Class CliAppContext

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
org.exoplatform.frameworks.jcr.command.BasicAppContext
org.exoplatform.frameworks.jcr.cli.CliAppContext
All Implemented Interfaces:
Serializable, Cloneable, Map, org.apache.commons.chain.Context, JCRAppContext

public class CliAppContext extends BasicAppContext
Created by The eXo Platform SAS .
Version:
$Id: $
Author:
Gennady Azarenkov
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getUserName

      public String getUserName()
    • getCurrentWorkspace

      public String getCurrentWorkspace()
    • getParameters

      public List<String> getParameters()
    • getParameter

      public String getParameter(int index) throws ParameterNotFoundException
      Throws:
      ParameterNotFoundException
    • setCurrentItem

      public void setCurrentItem(javax.jcr.Item item)
    • getCurrentItem

      public javax.jcr.Item getCurrentItem()
    • getOutput

      public String getOutput()
    • setOutput

      public void setOutput(String output)
    • clearOutput

      public void clearOutput()