public class BasicDeleteTaskInfo extends BasicTaskInfo implements DeleteTaskInfo
DeleteTaskInfo.DeleteTaskInfo.PathKindTaskInfo.PhaseElement.AttributeDEFAULT_MODULE_NAME| Constructor and Description |
|---|
BasicDeleteTaskInfo(DeleteTaskInfo.PathKind pathKind,
String path)
Creates a new instance.
|
BasicDeleteTaskInfo(String moduleName,
DeleteTaskInfo.PathKind pathKind,
String path)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleName()
Returns the task module name.
|
String |
getPath()
Returns the path expression of the target files.
|
DeleteTaskInfo.PathKind |
getPathKind()
Returns the path kind.
|
String |
toString() |
addBlocker, getBlockers, setBlockersaddAttribute, getAttributes, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBlockersfindAttribute, getAttributespublic BasicDeleteTaskInfo(DeleteTaskInfo.PathKind pathKind, String path)
pathKind - the path kindpath - the path expressionpublic BasicDeleteTaskInfo(String moduleName, DeleteTaskInfo.PathKind pathKind, String path)
moduleName - the module namepathKind - the path kindpath - the path expressionpublic String getModuleName()
TaskInfogetModuleName in interface TaskInfopublic DeleteTaskInfo.PathKind getPathKind()
DeleteTaskInfogetPathKind in interface DeleteTaskInfopublic String getPath()
DeleteTaskInfogetPath in interface DeleteTaskInfoDeleteTaskInfo.getPathKind()Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.