Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


oracle.search.sdk.crawler
Class ParameterInfo

java.lang.Object
  extended byoracle.search.sdk.crawler.ParameterInfo


public class ParameterInfo
extends Object

ParameterInfo is a class for describing the general properties of a parameter


Constructor Summary
ParameterInfo(String name, String description, String defaultValue, boolean encrypted)
          Construct a parameter information instance

 

Method Summary
 String getDefaultValue()
          Get the default value of the parameter
 String getDescription()
          Get the description of the parameter
 String getName()
          Get the name of the parameter
 boolean isEncrypted()
          should this parameter value be encrypted?

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ParameterInfo

public ParameterInfo(String name,
                     String description,
                     String defaultValue,
                     boolean encrypted)
Construct a parameter information instance
Parameters:
name - parameter name
description - parameter description
defaultValue - parameter default value
encrypted - should the parameter value be encrypted

Method Detail

getName

public String getName()
Get the name of the parameter
Returns:
the name of this parameter

getDescription

public String getDescription()
Get the description of the parameter
Returns:
the description of this parameter

getDefaultValue

public String getDefaultValue()
Get the default value of the parameter
Returns:
the default value of this parameter. Return null if there is no default value

isEncrypted

public boolean isEncrypted()
should this parameter value be encrypted?
Returns:
true for encryption, false for no encryption

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.