Java 类org.apache.catalina.util.ResourceSet 实例源码

项目:tomcat7    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:lams    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set getResourcePathsInternal(DirContext resources, String path) {

    ResourceSet set = new ResourceSet();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:jerrydog    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set getResourcePathsInternal(DirContext resources, String path) {

    ResourceSet set = new ResourceSet();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:apache-tomcat-7.0.73-with-comment    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:lazycat    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources
 *            Directory context to search
 * @param path
 *            Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources, String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:class-guard    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:apache-tomcat-7.0.57    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:apache-tomcat-7.0.57    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:HowTomcatWorks    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set getResourcePathsInternal(DirContext resources, String path) {

    ResourceSet set = new ResourceSet();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}
项目:WBSAirback    文件:ApplicationContext.java   
/**
 * Internal implementation of getResourcesPath() logic.
 *
 * @param resources Directory context to search
 * @param path Collection path
 */
private Set<String> getResourcePathsInternal(DirContext resources,
        String path) {

    ResourceSet<String> set = new ResourceSet<String>();
    try {
        listCollectionPaths(set, resources, path);
    } catch (NamingException e) {
        return (null);
    }
    set.setLocked(true);
    return (set);

}