org.eclipse.internal.xpand2.pr
Class ProtectedRegionResolverImpl.ProtectedRegionImpl
java.lang.Object
org.eclipse.internal.xpand2.pr.ProtectedRegionResolverImpl.ProtectedRegionImpl
- All Implemented Interfaces:
- ProtectedRegion
- Enclosing class:
- ProtectedRegionResolverImpl
public static class ProtectedRegionResolverImpl.ProtectedRegionImpl
- extends Object
- implements ProtectedRegion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtectedRegionResolverImpl.ProtectedRegionImpl
public ProtectedRegionResolverImpl.ProtectedRegionImpl(String id,
boolean disabled,
File file,
String fileEncoding,
boolean useBASE64,
int startIndex,
int endIndex,
String body)
setBody
public void setBody(String body)
getBody
public String getBody(String startComment,
String endComment)
throws ProtectedRegionSyntaxException
- Specified by:
getBody in interface ProtectedRegion
- Throws:
ProtectedRegionSyntaxException
getEndString
public String getEndString(String startComment,
String endComment)
- Specified by:
getEndString in interface ProtectedRegion
getFile
public File getFile()
- Specified by:
getFile in interface ProtectedRegion
getId
public String getId()
getFileEncoding
public String getFileEncoding()
- Specified by:
getFileEncoding in interface ProtectedRegion
getEndIndex
public int getEndIndex()
- Specified by:
getEndIndex in interface ProtectedRegion
getStartIndex
public int getStartIndex()
- Specified by:
getStartIndex in interface ProtectedRegion
isDisabled
public boolean isDisabled()
- Specified by:
isDisabled in interface ProtectedRegion
isUseBASE64
public boolean isUseBASE64()
- Specified by:
isUseBASE64 in interface ProtectedRegion
getStartString
public String getStartString(String startComment,
String endComment)
- Specified by:
getStartString in interface ProtectedRegion
Copyright © 2015. All rights reserved.