public class ResultModifierFilterEntry
extends java.lang.Object
ResultModifier| Constructor and Description |
|---|
ResultModifierFilterEntry(java.lang.String nameFilter,
java.lang.String[] typeFilter)
Contructs an ResultModifierFilterEntry with the specified name and type filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Test for equivalency of two ResultModifierFilterEntrys.
|
java.lang.String |
getNameFilter()
Get the object name filter.
|
java.lang.String[] |
getTypeFilter()
Get the object type filter.
|
void |
setNameFilter(java.lang.String nameFilter)
Set the object name filter.
|
public ResultModifierFilterEntry(java.lang.String nameFilter,
java.lang.String[] typeFilter)
nameFilter - A string representing the wildcard template to use to filter object names. Limit 128 characters.typeFilter - An array of Strings designating the object types to be included in the operation.public java.lang.String[] getTypeFilter()
public java.lang.String getNameFilter()
public void setNameFilter(java.lang.String nameFilter)
nameFilter - A string representing the wildcard template to use to filter object names.
It may be set to a nullpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The ResultModifierFilterEntry to compare against.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.