RSE
Release 1.0

org.eclipse.rse.dstore.universal.miners.command.patterns
Class Patterns

java.lang.Object
  extended byorg.eclipse.rse.dstore.universal.miners.command.patterns.Patterns

public class Patterns
extends Object

This class is used for interpretting standard error and standard output.


Constructor Summary
Patterns(org.eclipse.dstore.core.model.DataStore ds)
           
Patterns(org.eclipse.dstore.core.model.DataStore ds, String pluginsPath)
           
 
Method Summary
 ParsedOutput matchLine(String theLine)
           
 void refresh(String theCommand)
           
 void setIsTerminal(boolean isTerminal)
           
 void update(String theCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patterns

public Patterns(org.eclipse.dstore.core.model.DataStore ds)

Patterns

public Patterns(org.eclipse.dstore.core.model.DataStore ds,
                String pluginsPath)
Method Detail

setIsTerminal

public void setIsTerminal(boolean isTerminal)

refresh

public void refresh(String theCommand)

update

public void update(String theCommand)

matchLine

public ParsedOutput matchLine(String theLine)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.