Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hasParent (0.05 sec)

  1. android/guava/src/com/google/common/net/InternetDomainName.java

       * www.google.com} is {@code google.com}.
       *
       * @throws IllegalStateException if the domain has no parent, as determined by {@link #hasParent}
       */
      public InternetDomainName parent() {
        checkState(hasParent(), "Domain '%s' has no parent", name);
        return ancestor(1);
      }
    
      /**
       * Returns the ancestor of the current domain at the given number of levels "higher" (rightward)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/InternetDomainName.java

       * www.google.com} is {@code google.com}.
       *
       * @throws IllegalStateException if the domain has no parent, as determined by {@link #hasParent}
       */
      public InternetDomainName parent() {
        checkState(hasParent(), "Domain '%s' has no parent", name);
        return ancestor(1);
      }
    
      /**
       * Returns the ancestor of the current domain at the given number of levels "higher" (rightward)
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    PomReader { private java.util.HashMap properties; private final org.w3c.dom.Element projectElement; private final org.w3c.dom.Element parentElement; public void PomReader(java.net.URL, org.apache.ivy.plugins.repository.Resource); public final boolean hasParent(); public final void setProperty(String, String); public final String getGroupId(); public final String getParentGroupId(); public final String getArtifactId(); public final String getParentArtifactId(); public final String getVersion(); public final...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top