Search Results
OK to copy?
Examples 1 through 10 of
50 (0.0010 seconds)
Class:
org.apache.jmeter.gui.action.SSLManagerCommand
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.gui.URIChooser ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.gui.UserStyleDialog ©, Rating: 0% of 0, C1
Class: org.apache.catalina.startup.Bootstrap ©, Rating: 0% of 0, C1
Class: org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask ©, Rating: 0% of 0, C1
Class: org.apache.catalina.manager.HTMLManagerServlet ©, Rating: 0% of 0, C3
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0, C3
104 try
105 {
106 JMeterUtils.getJMeterProperties().setProperty(
107 "javax.net.ssl.keyStore",
108 selectedFile.getCanonicalPath());
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
139 if (log.isDebugEnabled())
140 log.debug(" Including jar file " + file.getAbsolutePath());
141 URL url = new URL("file", null,
142 file.getCanonicalPath());
143 list.add(url);
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
118 log.debug(" Including directory or JAR "
119 + file.getAbsolutePath());
120 URL url = new URL("file", null,
121 file.getCanonicalPath() + File.separator);
122 list.add(url);
Class: org.htmlparser.parserHelper.ParserHelper ©, Rating: 0% of 0, C2
114 {
115 File file = new File(string);
116 resource = file.getCanonicalPath();
117 buffer = new StringBuffer(prefix.length() + resource.length());
118 buffer.append(prefix);
Class: org.apache.batik.util.gui.URIChooser ©, Rating: 0% of 0, C1
322 File f = fileChooser.getSelectedFile();
323 try {
324 textField.setText(currentPath = f.getCanonicalPath());
325 } catch (IOException ex) {
326 }
Class: org.apache.batik.util.gui.UserStyleDialog ©, Rating: 0% of 0, C1
375 File f = fileChooser.getSelectedFile();
376 try {
377 fileTextField.setText(f.getCanonicalPath());
378 } catch (IOException ex) {
379 }
Class: org.apache.catalina.startup.Bootstrap ©, Rating: 0% of 0, C1
456 ("catalina.home",
457 (new File(System.getProperty("user.dir"), ".."))
458 .getCanonicalPath());
459 } catch (Exception e) {
460 // Ignore
Class: org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask ©, Rating: 0% of 0, C1
345 public void setOutput(File parameter) throws BuildException {
346 try {
347 this.output = parameter.getCanonicalPath();
348 } catch (IOException ioe) {
349 throw new BuildException(ioe);
Class: org.apache.catalina.manager.HTMLManagerServlet ©, Rating: 0% of 0, C3
146 // Set upload parameters
147 upload.setSizeMax(-1);
148 upload.setRepositoryPath(tempdir.getCanonicalPath());
149
150 // Parse the request
Class: org.apache.axis.attachments.ManagedMemoryDataSource ©, Rating: 0% of 0, C3
830 if (null == fin) { // we are now reading from disk.
831 if (debugEnabled) {
832 is_log.debug(
833 Messages.getMessage(
834 "openBread",