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

net.stickycode.configuration.placeholder.Placeholder Maven / Gradle / Ivy

package net.stickycode.configuration.placeholder;


public interface Placeholder {

  boolean notFound();

  String getKey();
  
  int getStart();
  
  int getEnd();

  String replace(String lookup);

  boolean contains(Placeholder placeholder);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy