PushPublishHTTPCupertinoUtil, PushPublishHTTPSanJoseAkamaiHandlerpublic interface IPushPublishProfileUtil
| Modifier and Type | Field | Description |
|---|---|---|
static String |
PROPERTY_LOG_DEBUG_MANIFEST |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isParent(java.util.Map<String,String> entry) |
Is this a parent profile?
|
void |
onDeleteEntry(java.util.Map<String,String> entry) |
Allows processing of a map file entry prior to being deleted.
|
void |
onReadEntry(java.util.Map<String,String> entry) |
Allows modification of a map file entry after prior to being returned through a Push Publishing api.
|
void |
onWriteEntry(java.util.Map<String,String> oldEntry,
java.util.Map<String,String> newEntry) |
Allows modification of a map file entry prior to being written to the map file.
|
void |
setApplicationInstance(IApplicationInstance appInstance) |
Set the application instance associated with this Util class
|
void |
setApplicationName(String appName) |
Set the application name associated with this Util class
|
void |
setVHost(IVHost vhost) |
Set the VHost associated with this Util class
|
boolean |
validateEntry(java.util.Map<String,String> entry) |
Allows validation of a map file entry.
|
static final String PROPERTY_LOG_DEBUG_MANIFEST
boolean isParent(java.util.Map<String,String> entry)
entry - the map file entry as read from diskvoid onDeleteEntry(java.util.Map<String,String> entry)
entry - the map file entry as read from diskvoid onReadEntry(java.util.Map<String,String> entry)
entry - the map file entry as read from diskvoid onWriteEntry(java.util.Map<String,String> oldEntry,
java.util.Map<String,String> newEntry)
oldEntry - the old version of the entry (null for new entries)newEntry - the new version of the entry to be writtenvoid setApplicationInstance(IApplicationInstance appInstance)
appInstance - void setApplicationName(String appName)
appName - void setVHost(IVHost vhost)
vhost - boolean validateEntry(java.util.Map<String,String> entry)
entry - the map file entry as read from disk