public class WritePropertiesFileTask extends WriteFileTask
Task.TaskListener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static java.lang.String |
INTENT_COMPLETE |
protected java.util.Properties |
mContent |
static java.lang.String |
TAG |
EXTRA_FILE_PATH, mFilePath, mOverriding, mSucceeded| Constructor and Description |
|---|
WritePropertiesFileTask(java.util.Properties properties,
java.lang.String dstFilePath,
boolean overriding) |
| Modifier and Type | Method and Description |
|---|---|
Intent |
getCompleteIntent() |
java.util.Properties |
getContent() |
java.lang.String |
toString() |
protected void |
writeContent(java.io.OutputStream out) |
getFilePath, isSucceeded, reset, runpublic static final java.lang.String TAG
public static final java.lang.String CLASS_NAME
public static final java.lang.String INTENT_COMPLETE
protected final java.util.Properties mContent
public WritePropertiesFileTask(java.util.Properties properties,
java.lang.String dstFilePath,
boolean overriding)
protected void writeContent(java.io.OutputStream out)
throws java.io.IOException
writeContent in class WriteFileTaskjava.io.IOExceptionpublic java.util.Properties getContent()
public Intent getCompleteIntent()
getCompleteIntent in interface IntentTaskgetCompleteIntent in class WriteFileTaskpublic java.lang.String toString()
toString in class WriteFileTask