Class LogPath

java.lang.Object
com.logviewer.data2.LogPath
All Implemented Interfaces:
Serializable

public class LogPath extends Object implements Serializable
See Also:
  • Constructor Details

    • LogPath

      public LogPath(@Nullable Node node, @NonNull String file)
  • Method Details

    • getNode

      @Nullable public Node getNode()
    • getFile

      @NonNull public String getFile()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • parsePathFromHttpParameter

      public static List<LogPath> parsePathFromHttpParameter(@NonNull String path)
    • toString

      public String toString()
      Overrides:
      toString in class Object