All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.baulsupp.kolja.log.line.Line Maven / Gradle / Ivy

The newest version!
package com.baulsupp.kolja.log.line;

import java.util.Map;

public interface Line extends CharSequence {
  Object getValue(String name);

  void setValue(String name, Object value);

  boolean isFailed();

  long getOffset();

  void setOffset(long from);

  Map getValues();

  int getIntOffset();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy