|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructuredUtils
Utilities for applying Rule-Map-Structured rule.
| Field Summary | |
|---|---|
static java.lang.String |
VERSION
|
| Method Summary | |
|---|---|
java.io.ByteArrayOutputStream |
mapFromClipboardToStream(ClipboardPage aPrimaryPage,
java.lang.String aPurpose)
Applies Map-Structured rule to the contents of the clipboard and maps values to the output stream, filling in gaps with pad characters. |
java.lang.String |
mapFromClipboardToString(ClipboardPage aPrimaryPage,
java.lang.String aPurpose)
Applies Map-Structured rule to the contents of the clipboard and maps values to the output string, filling in gaps with pad characters. |
void |
mapToClipboard(ClipboardPage aPrimaryPage,
java.io.InputStream inputStream,
java.lang.String aPurpose)
Applies Map-Structured rule to the contents of the stream and maps values to the clipboard. |
void |
mapToClipboard(ClipboardPage aPrimaryPage,
java.lang.String inputString,
java.lang.String aPurpose)
Applies Map-Structured rule to the contents of the string and maps values to the clipboard. |
| Field Detail |
|---|
static final java.lang.String VERSION
| Method Detail |
|---|
void mapToClipboard(ClipboardPage aPrimaryPage,
java.io.InputStream inputStream,
java.lang.String aPurpose)
aPrimaryPage - The primary page of the mapping rule.inputStream - Stream that contains data to be mapped to clipboard.aPurpose - pyPurpose portion of the rule key; the name of the Map-Structured rule.
void mapToClipboard(ClipboardPage aPrimaryPage,
java.lang.String inputString,
java.lang.String aPurpose)
aPrimaryPage - The primary page of the mapping rule.inputString - String that contains data to be mapped to clipboard.aPurpose - pyPurpose portion of the rule key; the name of the Map-Structured rule.
java.io.ByteArrayOutputStream mapFromClipboardToStream(ClipboardPage aPrimaryPage,
java.lang.String aPurpose)
aPrimaryPage - The primary page of the mapping rule.aPurpose - pyPurpose portion of the rule key; the name of the Map-Structured rule.
java.lang.String mapFromClipboardToString(ClipboardPage aPrimaryPage,
java.lang.String aPurpose)
aPrimaryPage - The primary page of the mapping rule.aPurpose - pyPurpose portion of the rule key; the name of the Map-Structured rule.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||