Uses of Class
edu.uiuc.ncsa.security.core.cf.CFBundle
- 
Packages that use CFBundle Package Description edu.uiuc.ncsa.security.core.cf 
- 
- 
Uses of CFBundle in edu.uiuc.ncsa.security.core.cfMethods in edu.uiuc.ncsa.security.core.cf that return CFBundle Modifier and Type Method Description CFBundleCFLoader. loadBundle()Used with the builder.CFBundleCFLoader. loadBundle(File file, String tagName)Loads the specified file.CFBundleCFLoader. loadBundle(InputStream inputStream, String tagName)Main entry point for loading a configuration.protected CFBundleCFLoader. loadBundle(InputStream inputStream, String tagName, EnvStack envStack, Set<String> loadedFiles)Loads a configuration.CFBundleCFLoader. loadBundle(String resource, String tagName)Loads the specified resource as a stream.Methods in edu.uiuc.ncsa.security.core.cf with parameters of type CFBundle Modifier and Type Method Description voidCFMultiConfigurations. ingestConfig(CFBundle cfg, String tagName)
 
-