org.springframework.roo.classpath.converters
Class PathConverter

java.lang.Object
  extended by org.springframework.roo.classpath.converters.PathConverter
All Implemented Interfaces:
org.springframework.roo.shell.Converter

@Service
public class PathConverter
extends Object
implements org.springframework.roo.shell.Converter

Provides conversion to and from Path.

Since:
1.0
Author:
Ben Alex

Constructor Summary
PathConverter()
           
 
Method Summary
 Object convertFromText(String value, Class<?> requiredType, String optionContext)
           
 boolean getAllPossibleValues(List<String> completions, Class<?> requiredType, String existingData, String optionContext, org.springframework.roo.shell.MethodTarget target)
           
 boolean supports(Class<?> requiredType, String optionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathConverter

public PathConverter()
Method Detail

convertFromText

public Object convertFromText(String value,
                              Class<?> requiredType,
                              String optionContext)
Specified by:
convertFromText in interface org.springframework.roo.shell.Converter

supports

public boolean supports(Class<?> requiredType,
                        String optionContext)
Specified by:
supports in interface org.springframework.roo.shell.Converter

getAllPossibleValues

public boolean getAllPossibleValues(List<String> completions,
                                    Class<?> requiredType,
                                    String existingData,
                                    String optionContext,
                                    org.springframework.roo.shell.MethodTarget target)
Specified by:
getAllPossibleValues in interface org.springframework.roo.shell.Converter


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.