Package | Description |
---|---|
ezvcard.io.chain |
Contains classes used in the chaining API.
|
ezvcard.io.text |
Contains classes that can read/write traditional, plain-text vCards.
|
Modifier and Type | Method and Description |
---|---|
ChainingTextWriter |
ChainingTextWriter.targetApplication(TargetApplication targetApplication)
Sets the application that the vCards will be targeted for.
|
Modifier and Type | Method and Description |
---|---|
TargetApplication |
WriteContext.getTargetApplication()
Gets the application that the vCard is being targeted for.
|
TargetApplication |
VCardWriter.getTargetApplication()
Gets the application that the vCards will be targeted for.
|
static TargetApplication |
TargetApplication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetApplication[] |
TargetApplication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VCardWriter.setTargetApplication(TargetApplication targetApplication)
Sets the application that the vCards will be targeted for.
|
Constructor and Description |
---|
WriteContext(VCardVersion version,
TargetApplication targetApplication,
boolean includeTrailingSemicolons) |
Copyright © 2012–2023 Michael Angstadt. All rights reserved.