com.sshtools.common.automate

Class RemoteIdentificationRule


public class RemoteIdentificationRule
extends java.lang.Object

Version:
$Revision: 1.13 $
Author:
$author$

Method Summary

protected void
addExpression(String operation, String value)
String
getName()
int
getPriority()
protected void
setName(String name)
protected void
setPriority(int priority)
boolean
testRule(String identification)

Method Details

addExpression

protected void addExpression(String operation,
                             String value)
            throws UnsupportedRuleException
Parameters:
operation -
value -

getName

public String getName()
Returns:

getPriority

public int getPriority()
Returns:

setName

protected void setName(String name)
Parameters:
name -

setPriority

protected void setPriority(int priority)
Parameters:
priority -

testRule

public boolean testRule(String identification)
Parameters:
identification -
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.