com.springsource.bundlor.support.classpath
Class StandardClassPathFactory

java.lang.Object
  extended by com.springsource.bundlor.support.classpath.StandardClassPathFactory
All Implemented Interfaces:
ClassPathFactory

public final class StandardClassPathFactory
extends java.lang.Object
implements ClassPathFactory


Constructor Summary
StandardClassPathFactory()
           
 
Method Summary
 ClassPath create(java.lang.String inputPath)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardClassPathFactory

public StandardClassPathFactory()
Method Detail

create

public ClassPath create(java.lang.String inputPath)

Specified by:
create in interface ClassPathFactory