Class ToLowerCaseOperation
java.lang.Object
ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
ro.sync.ecss.extensions.commons.operations.text.ToLowerCaseOperation
- All Implemented Interfaces:
AuthorOperation,Extension
Provides an operation to convert the text from a selection into lower case text.
-
Field Summary
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNo arguments necessary.protected StringprocessText(String text) Processes text and makes it lower cased.Methods inherited from class ro.sync.ecss.extensions.commons.operations.text.SelectedTextOperation
doOperation
-
Constructor Details
-
ToLowerCaseOperation
public ToLowerCaseOperation()
-
-
Method Details
-
processText
Processes text and makes it lower cased.- Specified by:
processTextin classSelectedTextOperation- Parameters:
text- The text to be processed.- Returns:
- The text after process.
-
getArguments
No arguments necessary.- Specified by:
getArgumentsin interfaceAuthorOperation- Overrides:
getArgumentsin classSelectedTextOperation- Returns:
- An array of
ArgumentDescriptorrepresenting the arguments this operation uses. - See Also:
-
getDescription
- Returns:
- The description of the extension.
- See Also:
-