com.xebialabs.deployit.service.replacement
Class MustachePlaceholderScanner

java.lang.Object
  extended by com.xebialabs.deployit.service.replacement.MustachePlaceholderScanner
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderScanner

public class MustachePlaceholderScanner
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderScanner


Constructor Summary
MustachePlaceholderScanner()
           
 
Method Summary
static boolean hasPlaceholders(java.lang.String value)
           
 java.util.Set<java.lang.String> scan(java.io.Reader in)
           
 java.util.Set<java.lang.String> scan(java.lang.String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MustachePlaceholderScanner

public MustachePlaceholderScanner()
Method Detail

scan

public java.util.Set<java.lang.String> scan(java.lang.String in)

scan

public java.util.Set<java.lang.String> scan(java.io.Reader in)
Specified by:
scan in interface com.xebialabs.deployit.plugin.api.udm.artifact.PlaceholderScanner

hasPlaceholders

public static boolean hasPlaceholders(java.lang.String value)