org.eclipse.internal.xpand2.pr
Interface ProtectedRegion

All Known Implementing Classes:
ProtectedRegionResolverImpl.ProtectedRegionImpl

public interface ProtectedRegion


Method Summary
 String getBody(String startComment, String endComment)
           
 int getEndIndex()
           
 String getEndString(String startComment, String endComment)
           
 File getFile()
           
 String getFileEncoding()
           
 int getStartIndex()
           
 String getStartString(String startComment, String endComment)
           
 boolean isDisabled()
           
 boolean isUseBASE64()
           
 

Method Detail

getBody

String getBody(String startComment,
               String endComment)
               throws ProtectedRegionSyntaxException
Throws:
ProtectedRegionSyntaxException

getStartString

String getStartString(String startComment,
                      String endComment)

getEndString

String getEndString(String startComment,
                    String endComment)

isDisabled

boolean isDisabled()

getStartIndex

int getStartIndex()

getEndIndex

int getEndIndex()

getFileEncoding

String getFileEncoding()

getFile

File getFile()

isUseBASE64

boolean isUseBASE64()


Copyright © 2015. All rights reserved.