com.pvx.ooadide.properties.refactoring.tagresolver
Class PvxtagResolver
java.lang.Object
com.pvx.ooadide.properties.refactoring.tagresolver.PvxtagResolver
public class PvxtagResolver
- extends java.lang.Object
Method Summary |
static int |
getOffsetOfTag(java.io.BufferedReader reader,
java.lang.String propertyKey)
|
static int |
getOffsetOfTag(org.eclipse.core.resources.IFile sourceFile,
java.lang.String propertyKey)
|
static java.lang.String |
getOldValueOfTag(java.io.InputStream in,
int offset)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_PASSWORD
public static final java.lang.String TAG_PASSWORD
- See Also:
- Constant Field Values
TAG_OWNER
public static final java.lang.String TAG_OWNER
- See Also:
- Constant Field Values
TAG_FLAGS
public static final java.lang.String TAG_FLAGS
- See Also:
- Constant Field Values
TAG_OUTPUT
public static final java.lang.String TAG_OUTPUT
- See Also:
- Constant Field Values
TAG_FORCELINE_NO
public static final java.lang.String TAG_FORCELINE_NO
- See Also:
- Constant Field Values
PRIVATE_TAG_PASSWORD
public static final java.lang.String PRIVATE_TAG_PASSWORD
- See Also:
- Constant Field Values
PRIVATE_TAG_OWNER
public static final java.lang.String PRIVATE_TAG_OWNER
- See Also:
- Constant Field Values
PRIVATE_TAG_FLAGS
public static final java.lang.String PRIVATE_TAG_FLAGS
- See Also:
- Constant Field Values
PRIVATE_TAG_OUTPUT
public static final java.lang.String PRIVATE_TAG_OUTPUT
- See Also:
- Constant Field Values
PRIVATE_TAG_FORCELINE_NO
public static final java.lang.String PRIVATE_TAG_FORCELINE_NO
- See Also:
- Constant Field Values
PvxtagResolver
public PvxtagResolver()
getOldValueOfTag
public static java.lang.String getOldValueOfTag(java.io.InputStream in,
int offset)
getOffsetOfTag
public static int getOffsetOfTag(org.eclipse.core.resources.IFile sourceFile,
java.lang.String propertyKey)
getOffsetOfTag
public static int getOffsetOfTag(java.io.BufferedReader reader,
java.lang.String propertyKey)