org.jnetpcap.util.config
Class SearchpathString

java.lang.Object
  extended by org.jnetpcap.util.JStringBuilder
      extended by org.jnetpcap.util.ExpandableString
          extended by org.jnetpcap.util.config.ConfigString
              extended by org.jnetpcap.util.config.SearchpathString
All Implemented Interfaces:
java.lang.Appendable

public class SearchpathString
extends ConfigString

The Class SearchpathString.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
 
Fields inherited from class org.jnetpcap.util.ExpandableString
count, end, start
 
Constructor Summary
SearchpathString(java.lang.String template, java.util.Map<java.lang.String,java.lang.String> variables, java.util.Properties properties)
          Instantiates a new searchpath string.
 
Method Summary
 SearchpathString reset()
          Reset.
 JConfig.SearchPath[] toArray()
          To array.
 
Methods inherited from class org.jnetpcap.util.config.ConfigString
expand, expand, expand, expand, expandProperties, expandVariables
 
Methods inherited from class org.jnetpcap.util.ExpandableString
getTemplate, remove, replaceSequence, restoreQuotes, saveQuotes, scanNext, scanNext, setTemplate, template, toString
 
Methods inherited from class org.jnetpcap.util.JStringBuilder
append, append, append, append, append, append, append, append, append, append, append, append, append, appendCodePoint, capacity, charAt, codePointAt, codePointBefore, codePointCount, delete, deleteCharAt, ensureCapacity, equals, getChars, hashCode, indexOf, indexOf, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, lastIndexOf, lastIndexOf, length, offsetByCodePoints, replace, reverse, setCharAt, setLength, subSequence, substring, substring, trimToSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchpathString

public SearchpathString(java.lang.String template,
                        java.util.Map<java.lang.String,java.lang.String> variables,
                        java.util.Properties properties)
Instantiates a new searchpath string.

Parameters:
template - the template
variables - the variables
properties - the properties
Method Detail

reset

public SearchpathString reset()
Reset.

Overrides:
reset in class ConfigString
Returns:
the searchpath string
See Also:
ConfigString.reset()

toArray

public JConfig.SearchPath[] toArray()
To array.

Returns:
the search path[]