Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0010 seconds)
Class:
org.springframework.core.io.UrlResource
©,
Rating:
0% of 0,
C2
Class: org.springframework.remoting.jaxrpc.JaxRpcSupportTests ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.PreferenceManager ©, Rating: 0% of 0, C1
84
85 public boolean equals(Object obj) {
86 return (obj == this ||
87 (obj instanceof UrlResource && this.url.equals(((UrlResource) obj).url)));
88 }
Class: org.springframework.remoting.jaxrpc.JaxRpcSupportTests ©, Rating: 0% of 0, C2
240 public Service createService(URL url, QName qName) throws ServiceException {
241 try {
242 if (!(new URL("http://myUrl1")).equals(url) || !"".equals(qName.getNamespaceURI()) ||
243 !"myService2".equals(qName.getLocalPart())) {
244 throw new ServiceException("not supported");
Class: org.apache.batik.util.PreferenceManager ©, Rating: 0% of 0, C1
776 public void setURL(String key, URL value)
777 {
778 if (value != null && !value.equals(getDefault(key)))
779 internal.setProperty(key, value.toString());
780 else
Result Page:
1