Class RepositoryList.RepositoryEntry

  • Enclosing class:
    RepositoryList

    public static class RepositoryList.RepositoryEntry
    extends java.lang.Object
    Hilfsobjekt zum formatierten Anzeigen der URLs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()
      Liefert eine String-Repraesentation der URL.
      boolean isEnabled()
      Liefert true, wenn das Repository aktiv ist.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Liefert true, wenn das Repository aktiv ist.
        Returns:
        true, wenn das Repository aktiv ist.
      • getUrl

        public java.lang.String getUrl()
        Liefert eine String-Repraesentation der URL.
        Returns:
        String-Repraesentation der URL.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()