railo.runtime.component
Class ImportDefintionImpl

java.lang.Object
  extended by railo.runtime.component.ImportDefintionImpl
All Implemented Interfaces:
ImportDefintion

public class ImportDefintionImpl
extends Object
implements ImportDefintion


Constructor Summary
ImportDefintionImpl(String pack, String name)
           
 
Method Summary
static ImportDefintion getInstance(String fullname, ImportDefintion defaultValue)
           
 String getName()
           
 String getPackage()
           
 String getPackageAsPath()
           
 boolean isWildcard()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportDefintionImpl

public ImportDefintionImpl(String pack,
                           String name)
Method Detail

getInstance

public static ImportDefintion getInstance(String fullname,
                                          ImportDefintion defaultValue)

isWildcard

public boolean isWildcard()
Specified by:
isWildcard in interface ImportDefintion
Returns:
the wildcard

getPackage

public String getPackage()
Specified by:
getPackage in interface ImportDefintion
Returns:
the pack

getName

public String getName()
Specified by:
getName in interface ImportDefintion
Returns:
the name

getPackageAsPath

public String getPackageAsPath()
Specified by:
getPackageAsPath in interface ImportDefintion

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo