org.kuali.student.common.assembly.data
Class DefaultPathParser

java.lang.Object
  extended by org.kuali.student.common.assembly.data.DefaultPathParser
All Implemented Interfaces:
PathParser

public class DefaultPathParser
extends Object
implements PathParser

Author:
wilj

Field Summary
private static String PATH_SEPARATOR
           
 
Constructor Summary
DefaultPathParser()
           
 
Method Summary
 String format(QueryPath path)
           
 String getPathSeparator()
           
 String getWildCard()
           
 QueryPath parse(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_SEPARATOR

private static final String PATH_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

DefaultPathParser

public DefaultPathParser()
Method Detail

format

public String format(QueryPath path)
Specified by:
format in interface PathParser

getWildCard

public String getWildCard()
Specified by:
getWildCard in interface PathParser

parse

public QueryPath parse(String path)
Specified by:
parse in interface PathParser

getPathSeparator

public String getPathSeparator()
Specified by:
getPathSeparator in interface PathParser


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.