Class ExpansionBufferImpl

java.lang.Object
org.codehaus.mojo.properties.ExpansionBufferImpl

public class ExpansionBufferImpl extends Object
Default implementation of the ExpansionBuffer class
Author:
tdiamantis
  • Field Details

    • unresolved

      protected String unresolved
  • Constructor Details

    • ExpansionBufferImpl

      public ExpansionBufferImpl(String unresolved)
  • Method Details

    • extractPropertyKeyAndDefaultValue

      public KeyAndDefaultValue extractPropertyKeyAndDefaultValue()
    • beforeNextSuffix

      protected String beforeNextSuffix()
    • hasMoreLegalPlaceholders

      public boolean hasMoreLegalPlaceholders()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • add

      public void add(String newKey, String newValue)
    • discardToAfterNextSuffix

      protected void discardToAfterNextSuffix()
    • advanceToNextPrefix

      protected void advanceToNextPrefix()
    • discardPrefix

      protected void discardPrefix()