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

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)
           
 
Method Summary
 SearchpathString reset()
           
 JConfig.SearchPath[] toArray()
           
 
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)
Parameters:
template -
Method Detail

reset

public SearchpathString reset()
Overrides:
reset in class ConfigString

toArray

public JConfig.SearchPath[] toArray()