|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Action
defines the final state of a
MailAdapter
instance.CommandException
indicates an exceptional condition
encountered while executing a Command.String
in which all
non-digit characters are translated to the character 0xff.
ConfigurationManager
parses the XML statements
in the Sieve configuration file and translates them to Java objects.contains
answers a boolean indicating if the
parameter container
contains the parameter
contents
.
contains answers a boolean indicating if the parameter
container
contains the parameter contents
using an
instance of comparatorName
.
- Contains - Interface in org.apache.jsieve.comparators
- Interface Contains defines the method signatures for contains comparators.
- contains(String, String) -
Method in interface org.apache.jsieve.comparators.Contains
- Method contains answers a
boolean
indicating if parameter
container
contains parameter content
using
the comparison rules defind by the implementation.
- contains(String, String) -
Method in class org.apache.jsieve.comparators.Octet
-
- CONTAINS_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- curChar -
Variable in class org.apache.jsieve.parser.generated.address.AddressListParserTokenManager
-
- curChar -
Variable in class org.apache.jsieve.parser.generated.SieveParserTokenManager
-
- currentToken -
Variable in exception org.apache.jsieve.parser.generated.address.ParseException
- This is the last token that has been consumed successfully.
- currentToken -
Variable in exception org.apache.jsieve.parser.generated.ParseException
- This is the last token that has been consumed successfully.
equals
answers a boolean indicating if the
parameter string1
is equal to the parameter
string2
.
boolean
indicating if parameter
string1
is equal to parameter string2
using
the comparison rules defind by the implementation.
SieveAddressBuilder.addAddresses(String)
since the last call to SieveAddressBuilder.reset()
.
is answers a boolean indicating if the parameter
container
is equal to the parameter contents
using
an instance of comparatorName
.
- IS_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- isCommandSupported(String) -
Method in interface org.apache.jsieve.CommandManager
- Method isSupported answers a boolean indicating if a Command name is
configured.
- isCommandSupported(String) -
Method in class org.apache.jsieve.CommandManagerImpl
- Method isSupported answers a boolean indicating if a Command name is
configured.
- isElseAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isElseAllowed answers a boolean indicating if an Else Command is
allowed.
- isElseRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isElseRunnable answers a boolean indicating if an Else Command is
runnable based upon the current evaluation state.
- isElsifAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isElsifAllowed answers a boolean indicating if an Elsif Command is
allowed.
- isElsifRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isElsifRunnable answers a boolean indicating if an Elsif Command
is runnable based upon the current evaluation state.
- isHasActions() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the hasActions.
- isIfAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isIfAllowed answers a boolean indicating if an If Command is
allowed.
- isIfRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isIfRunnable answers a boolean indicating if an If Command is
runnable based upon the current evaluation state.
- isImplicitKeep() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the implicitKeep.
- isInProlog() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the inProlog.
- isRejected() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the isRejected.
- isTestResult() -
Method in class org.apache.jsieve.ConditionManager
- Returns the testResult.
MailAdapter
defines the minimum functionality
required of of a class implementing a mail message.match
answers a boolean indicating if the parameter
matchTarget
compares to parameter
matchArgument
is a match of matchType
using
the comparator comparatorName
.
matches
answers a boolean indicating if the
parameter string
matches the glob pattern described by
parameter glob
.
matches
answers a boolean indicating if the
parameter
string/code> is matched by the patterm glob
using an
instance of comparatorName
.
- Matches - Interface in org.apache.jsieve.comparators
- Interface Matches defines the method signatures for matches comparators.
- matches(String, String) -
Method in interface org.apache.jsieve.comparators.Matches
- Method matches answers a
boolean
indicating if parameter
string1
matches the pattern in parameter glob
using the matching rules defind by the implementation.
- matches(String, String) -
Method in class org.apache.jsieve.comparators.Octet
-
- MATCHES_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- MatchTypeTags - Interface in org.apache.jsieve.comparators
- Interface MatchTypeTags defines the String constants used to specify an
MATCH-TYPE tag.
- maxNextCharInd -
Variable in class org.apache.jsieve.parser.generated.address.SimpleCharStream
-
- maxNextCharInd -
Variable in class org.apache.jsieve.parser.generated.JavaCharStream
-
- MULTI_LINE -
Static variable in interface org.apache.jsieve.parser.generated.SieveParserConstants
- RegularExpression Id.
- MULTI_LINE_DOTSTUFF -
Static variable in interface org.apache.jsieve.parser.generated.SieveParserConstants
- RegularExpression Id.
- MULTI_LINE_END -
Static variable in interface org.apache.jsieve.parser.generated.SieveParserConstants
- RegularExpression Id.
- MULTI_LINE_LITERAL -
Static variable in interface org.apache.jsieve.parser.generated.SieveParserConstants
- RegularExpression Id.
- MULTI_LINE_START -
Static variable in interface org.apache.jsieve.parser.generated.SieveParserConstants
- RegularExpression Id.
OperationException
indicates an exceptional condition
encountered while executing an Operation.MailAdapter.Address
from address lists.SieveConfigurationException
indicates an exceptional
condition encountered while evaluating the Sieve configuration.SieveException
indicates an exceptional condition
encountered within Sieve.SieveMailException
indicates an exceptional condition
encountered while processing Sieve Mail.SievePatternException
indicates an exceptional condition
encountered while evaluating a glob expression.StopException
indicates that evaluation should be
terminated.SyntaxException
indicates an exceptional condition
encountered while evaluating the operands of a Sieve operation, such as a
Command, Test or Comparator.TestException
indicates an exceptional condition
encountered while executing a Test.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |