org.hyperic.hq.autoinventory
Class ServerSignature
java.lang.Object
org.hyperic.hq.autoinventory.ServerSignature
- All Implemented Interfaces:
- Serializable
public class ServerSignature
- extends Object
- implements Serializable
The server signature described HOW to detect whether a server exists
on a platform, without providing any details about how to discover anything
about it beyond the fact that it exists. Useful when the agent is
trying to discover what it has installed on its platform to decide
which plugins it will need to pull from the server. Before the agent has
any plugins it can use this class to determine which ones it will need.
- See Also:
- Serialized Form
ServerSignature
public ServerSignature()
ServerSignature
public ServerSignature(String name,
String[] match,
String[] exclude,
String[] regMatch)
ServerSignature
public ServerSignature(String name,
List match,
List exclude,
List regMatch)
getServerTypeName
public String getServerTypeName()
setServerTypeName
public void setServerTypeName(String stName)
getFileMatchPatterns
public String[] getFileMatchPatterns()
setFileMatchPatterns
public void setFileMatchPatterns(String[] pats)
getFileExcludePatterns
public String[] getFileExcludePatterns()
setFileExcludePatterns
public void setFileExcludePatterns(String[] pats)
getRegistryMatchPatterns
public String[] getRegistryMatchPatterns()
setRegistryMatchPatterns
public void setRegistryMatchPatterns(String[] pats)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.