Package coneforest.psylla.core
Class PsyProcess
- java.lang.Object
-
- coneforest.psylla.core.PsyProcess
-
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
public class PsyProcess extends Object implements PsyObject
-
-
Constructor Summary
Constructors Constructor Description PsyProcess(PsyDictlike oDictlike)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsyReader
psyProcessError()
PsyReader
psyProcessReader()
PsyWriter
psyProcessWriter()
PsyInteger
psyStatus()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Constructor Detail
-
PsyProcess
public PsyProcess(PsyDictlike oDictlike) throws PsyException
- Throws:
PsyException
-
-
Method Detail
-
psyProcessReader
public PsyReader psyProcessReader()
-
psyProcessError
public PsyReader psyProcessError()
-
psyProcessWriter
public PsyWriter psyProcessWriter()
-
psyStatus
public PsyInteger psyStatus() throws PsyException
- Throws:
PsyException
-
-