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

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

Deprecated.

@Deprecated
public class DefaultPathParser
extends Object
implements PathParser

Author:
wilj

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

Constructor Detail

DefaultPathParser

public DefaultPathParser()
Deprecated. 
Method Detail

format

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

getWildCard

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

parse

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

getPathSeparator

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


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