Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JSCAPE MFT Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
F
FieldFinder
- Class in
com.jscape.util.reflection
FieldFinder(UnaryPredicate<? super Field>)
- Constructor for class com.jscape.util.reflection.
FieldFinder
FieldGetter
<
T
> - Class in
com.jscape.util.reflection
FieldGetter(UnaryPredicate<? super Field>)
- Constructor for class com.jscape.util.reflection.
FieldGetter
FieldNameEquals
- Class in
com.jscape.util.reflection
FieldNameEquals(String)
- Constructor for class com.jscape.util.reflection.
FieldNameEquals
FieldSetter
- Class in
com.jscape.util.reflection
FieldSetter(UnaryPredicate<? super Field>, Object)
- Constructor for class com.jscape.util.reflection.
FieldSetter
FieldType
- Interface in
com.jscape.util.reflection
Field component interface.
FILE_SIZE_STRATEGY
- Static variable in class com.jscape.inet.mft.management.descriptors.
FileLogServiceDescriptor
File size related log rotation strategy.
FileField
- Class in
com.jscape.util.reflection.types
File selection component.
FileField()
- Constructor for class com.jscape.util.reflection.types.
FileField
Creates new instance.
FileField(String)
- Constructor for class com.jscape.util.reflection.types.
FileField
Creates new instance with default value.
FileLogServiceDescriptor
- Class in
com.jscape.inet.mft.management.descriptors
File log service descriptor.
FileLogServiceDescriptor(String, String, long)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileLogServiceDescriptor
Creates a new descriptor instance.
FileLogServiceDescriptor(FileLogServiceDescriptor)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileLogServiceDescriptor
FileLogServiceDescriptor()
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileLogServiceDescriptor
This constructor is used by serialization sub-system and is not intended to use directly in client code.
FileRecordStoreServiceDescriptor
- Class in
com.jscape.inet.mft
File record store service descriptor.
FileRecordStoreServiceDescriptor(String)
- Constructor for class com.jscape.inet.mft.
FileRecordStoreServiceDescriptor
Creates a new descriptor instance.
FileRecordStoreServiceDescriptor(FileRecordStoreServiceDescriptor)
- Constructor for class com.jscape.inet.mft.
FileRecordStoreServiceDescriptor
FileRecordStoreServiceDescriptor()
- Constructor for class com.jscape.inet.mft.
FileRecordStoreServiceDescriptor
This constructor is used by serialization sub-system and is not intended to use directly in client code.
FileStoreServiceDescriptor
- Class in
com.jscape.inet.mft.management.descriptors
File store service descriptor.
FileStoreServiceDescriptor(String)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileStoreServiceDescriptor
Creates a new descriptor instance.
FileStoreServiceDescriptor(FileStoreServiceDescriptor)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileStoreServiceDescriptor
FileStoreServiceDescriptor()
- Constructor for class com.jscape.inet.mft.management.descriptors.
FileStoreServiceDescriptor
This constructor is used by serialization sub-system and is not intended to use directly in client code.
find(Class, UnaryPredicate<? super Constructor>)
- Static method in class com.jscape.util.reflection.
ConstructorFinder
find(Class, UnaryPredicate<? super Field>)
- Static method in class com.jscape.util.reflection.
FieldFinder
find(Class, UnaryPredicate<? super Method>)
- Static method in class com.jscape.util.reflection.
MethodFinder
findAccount(String, String)
- Method in class com.jscape.inet.mft.management.client.api.
ManagerSubsystem
Finds the specified account.
findConfiguration(Class)
- Method in class com.jscape.inet.mft.management.descriptors.
DomainDescriptor
findEncryptionKey(String)
- Method in class com.jscape.pgp.
PgpKeystore
Finds key with encryption capability.
findGetters(Class, UnaryPredicate<Method>)
- Static method in class com.jscape.util.reflection.
MethodFinder
findPublicKey(String)
- Method in class com.jscape.pgp.
PgpKeystore
Finds public key for the specified alias.
findSecretKey(String)
- Method in class com.jscape.pgp.
PgpKeystore
Finds secret key for the specified alias.
findServiceDescriptor(Class)
- Method in class com.jscape.inet.mft.management.descriptors.
DomainDescriptor
Returns service descriptor of specified class.
findServiceDescriptors(Class...)
- Method in class com.jscape.inet.mft.management.descriptors.
DomainDescriptor
Returns services descriptors of specified classes.
findSetters(Class, UnaryPredicate<Method>)
- Static method in class com.jscape.util.reflection.
MethodFinder
findSigningKey(String)
- Method in class com.jscape.pgp.
PgpKeystore
Finds key with signing capability.
FORCED_SSL
- Static variable in class com.jscape.inet.mft.management.descriptors.
FtpServiceDescriptor
Forced explicit SSL FTP service.
Form
- Class in
com.jscape.inet.mft.subsystems.transport.http.uploadforms
Upload form.
Form(String, String, boolean, boolean, String, FormElement[])
- Constructor for class com.jscape.inet.mft.subsystems.transport.http.uploadforms.
Form
Creates a new form instance.
Form()
- Constructor for class com.jscape.inet.mft.subsystems.transport.http.uploadforms.
Form
Creates a new form instance.
format(Chart, File, String)
- Method in class com.jscape.inet.mft.subsystems.reporting.html.
AbstractChartFormatter
format(Chart, File, String)
- Method in interface com.jscape.inet.mft.subsystems.reporting.html.
ChartFormatter
Formats model as chart.
format(Metrics, FormatterEnvironment)
- Method in class com.jscape.inet.mft.subsystems.reporting.html.
HtmlMetricsFormatter
format(Table)
- Method in class com.jscape.inet.mft.subsystems.reporting.html.
TableFormatter
Formats the model as
HTML
table and returns
HTML
fragment
format(Metrics, FormatterEnvironment)
- Method in interface com.jscape.inet.mft.subsystems.reporting.
MetricsFormatter
Formats the specified metrics.
format(Report, FormatterEnvironment)
- Method in interface com.jscape.inet.mft.subsystems.reporting.
ReportFormatter
Formats the specified report.
format(Report, FormatterEnvironment)
- Method in class com.jscape.inet.mft.subsystems.reporting.
TemplateReportFormatter
FormatterEnvironment
- Class in
com.jscape.inet.mft.subsystems.reporting
Represents formatter environment.
FormatterEnvironment(File)
- Constructor for class com.jscape.inet.mft.subsystems.reporting.
FormatterEnvironment
Creates a new environment instance.
FormatterTools
- Class in
com.jscape.inet.mft.subsystems.reporting.html
FormElement
<
V
extends com.jscape.util.Visitable.VisitorBase> - Interface in
com.jscape.inet.mft.subsystems.transport.http.uploadforms
Form element.
FtpConfiguration
- Class in
com.jscape.inet.mft.management.descriptors
Common FTP services configuration.
FtpConfiguration(String, String, PortRange, boolean, boolean, boolean, boolean, long, long, boolean, boolean, String[], Integer, Integer, boolean)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpConfiguration
FtpConfiguration(FtpConfiguration)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpConfiguration
FtpConfiguration(Map)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpConfiguration
FtpConfiguration()
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpConfiguration
FtpResourceDescriptor
- Class in
com.jscape.inet.mft.resources
FTP resource descriptor.
FtpResourceDescriptor(String, String, int, String, String, String, boolean, boolean, long, KeyProvider, String, Long, RemoteDirectory)
- Constructor for class com.jscape.inet.mft.resources.
FtpResourceDescriptor
FtpResourceDescriptor(FtpResourceDescriptor)
- Constructor for class com.jscape.inet.mft.resources.
FtpResourceDescriptor
FtpResourceDescriptor()
- Constructor for class com.jscape.inet.mft.resources.
FtpResourceDescriptor
Creates a new descriptor instance.
FtpResourceDescriptor.Handler
- Interface in
com.jscape.inet.mft.resources
FtpServiceDescriptor
- Class in
com.jscape.inet.mft.management.descriptors
FTP service descriptor.
FtpServiceDescriptor(String, int, String, String)
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpServiceDescriptor
Creates a new descriptor instance.
FtpServiceDescriptor()
- Constructor for class com.jscape.inet.mft.management.descriptors.
FtpServiceDescriptor
This constructor is used by serialization sub-system and is not intended to use directly in client code.
Function
- Class in
com.jscape.inet.mft
Function base interface.
Function()
- Constructor for class com.jscape.inet.mft.
Function
FunctionExpression
- Class in
com.jscape.util.workflow
FunctionExpression(String, List<UnaryFunction<ExpressionContext, Object>>)
- Constructor for class com.jscape.util.workflow.
FunctionExpression
FunctionExpression()
- Constructor for class com.jscape.util.workflow.
FunctionExpression
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JSCAPE MFT Server
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved