Searched refs:_webAppPaths (Results 1 - 3 of 3) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-tomcat/jee-agents-tomcat-v6/src/main/java/com/sun/identity/agents/tools/tomcat/v6/
H A DWebAppsValidator.java59 ArrayList _webAppPaths = null; field in class:WebAppsValidator
88 if ((_webAppPaths != null) && !_webAppPaths.isEmpty()) {
89 for (int index = 0; index < _webAppPaths.size(); index++) {
90 webAppWebXMLFile = (String) _webAppPaths.get(index);
100 _webAppPaths.clear();
127 new Object[] { _webAppPaths.toString() });
197 _webAppPaths = (ArrayList) state.get(STR_WEB_APPS_PATH);
201 return _webAppPaths;
205 _webAppPaths
[all...]
H A DWebAppsFinder.java44 private ArrayList _webAppPaths = new ArrayList(); field in class:WebAppsFinder
63 _webAppPaths.clear();
160 _webAppPaths);
162 if (_webAppPaths.size() > 0) {
163 Object[] values = _webAppPaths.toArray();
182 _webAppPaths.add(appContextPath);
197 return _webAppPaths;
201 _webAppPaths = webAppPaths;
H A DConfigDirValidator.java211 _webAppPaths.clear();
303 _webAppPaths);
327 _webAppPaths.add(appContextPath);
343 return _webAppPaths;
347 _webAppPaths = webAppPaths;
373 ArrayList _webAppPaths = new ArrayList(); field in class:ConfigDirValidator

Completed in 45 milliseconds