railo.runtime.component
Class ImportDefintion

java.lang.Object
  extended by railo.runtime.component.ImportDefintion

public class ImportDefintion
extends Object


Constructor Summary
ImportDefintion(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

ImportDefintion

public ImportDefintion(String pack,
                       String name)
Method Detail

getInstance

public static ImportDefintion getInstance(String fullname,
                                          ImportDefintion defaultValue)

isWildcard

public boolean isWildcard()
Returns:
the wildcard

getPackage

public String getPackage()
Returns:
the pack

getName

public String getName()
Returns:
the name

getPackageAsPath

public String getPackageAsPath()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo