Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
- java.lang.Object
 
- 
- oracle.javatools.parser.properties.JARManifestPropertyFileLexerSetup
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
isEndOfLineOfPropertyDefinition
public boolean isEndOfLineOfPropertyDefinition(char currentChar,
                                               ReadTextBuffer textBuffer,
                                               int nextPosition)
Answers if a char is the end of a definition in a property file.
- Specified by:
 
isEndOfLineOfPropertyDefinition in interface PropertyFileLexerSetup 
- Parameters:
 
currentChar - the current char 
textBuffer - the text buffer 
nextPosition - the current position 
- Returns:
 
- if char is the EOL
 
 
- 
isBreakInLineOfPropertyDefinition
public boolean isBreakInLineOfPropertyDefinition(char currentChar,
                                                 ReadTextBuffer textBuffer,
                                                 int nextPosition)
Answers if a char is an break-in-line char of a definition in a property file.
- Specified by:
 
isBreakInLineOfPropertyDefinition in interface PropertyFileLexerSetup 
- Parameters:
 
currentChar - the current char 
textBuffer - the text buffer 
nextPosition - the current position 
- Returns:
 
- if the char is break-in-line char
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.