public class SearchForNothingImpl extends SearchCriteriaImpl implements SearchForNothing, Serializable, Cloneable
Implementation of a search criteria for matching packages that does not match anything.
| Constructor and Description |
|---|
SearchForNothingImpl()
Create a search criteria that does not match any packages.
|
| Modifier and Type | Method and Description |
|---|---|
SearchForNothingImpl |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString()
Create a pseudo-XML representation of this search for nothing.
|
getSearchTaggetSearchTagpublic SearchForNothingImpl()
Create a search criteria that does not match any packages.
public String toString()
Create a pseudo-XML representation of this search for nothing. No XML schema or DTD defines this element. Always returns:
<SearchForNothing />
public SearchForNothingImpl clone()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.