Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.shell
Class ShellObject  view ShellObject download ShellObject.java

java.lang.Object
  extended bycom.arranger.jarl.shell.ShellObject

public abstract class ShellObject
extends java.lang.Object

ShellObject created on Apr 16, 2003


Field Summary
protected static java.lang.String LINE_SEP
           
protected  JarlShell m_jarlShell
           
 
Constructor Summary
ShellObject()
           
 
Method Summary
 JarlShell getJarlShell()
           
 void initialize(JarlShell jarlShell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEP

protected static final java.lang.String LINE_SEP

m_jarlShell

protected JarlShell m_jarlShell
Constructor Detail

ShellObject

public ShellObject()
Method Detail

initialize

public void initialize(JarlShell jarlShell)

getJarlShell

public JarlShell getJarlShell()