Uses of Class
org.apache.openejb.loader.FileUtils

Packages that use FileUtils
org.apache.openejb.config   
org.apache.openejb.loader   
 

Uses of FileUtils in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type FileUtils
static void DeploymentsResolver.loadFrom(Deployments dep, FileUtils path, List<String> jarList)
           
static void DeploymentsResolver.loadFromClasspath(FileUtils base, List<String> jarList, ClassLoader classLoader)
          The algorithm of OpenEJB deployments class-path inclusion and exclusion is implemented as follows: 1- If the string value of the resource URL matches the include class-path pattern Then load this resource 2- If the string value of the resource URL matches the exclude class-path pattern Then ignore this resource 3- If the include and exclude class-path patterns are not defined Then load this resource

The previous steps are based on the following points: 1- Include class-path pattern has the highst priority This helps in case both patterns are defined using the same values.

 

Uses of FileUtils in org.apache.openejb.loader
 

Methods in org.apache.openejb.loader that return FileUtils
 FileUtils SystemInstance.getBase()
           
 FileUtils SystemInstance.getHome()
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.