Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getAddress (0.06 seconds)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                    try {
                        addr = getAddress();
                    } catch (final UnknownHostException uhe) {
                        throw new SmbException(url.toString(), uhe);
                    }
                    if (addr.getAddress() instanceof NbtAddress) {
                        final int code = ((NbtAddress) addr.getAddress()).getNameType();
                        if (code == 0x1d || code == 0x1b) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 112.2K bytes
    - Click Count (0)
  2. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

                Notifier target, Notifier source, boolean sourceDominant, Map<Object, Object> context) {
            String src = source.getAddress();
            if (src != null) {
                if (sourceDominant || target.getAddress() == null) {
                    target.setAddress(src);
                }
            }
        }
    
        protected void mergeNotifier_Configuration(
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
Back to Top