public class BasicDeleteTaskInfo extends BasicTaskInfo implements DeleteTaskInfo
DeleteTaskInfo
.DeleteTaskInfo.PathKind
TaskInfo.Phase
Element.Attribute
DEFAULT_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, setBlockers
addAttribute, getAttributes, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBlockers
findAttribute, getAttributes
public 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()
TaskInfo
getModuleName
in interface TaskInfo
public DeleteTaskInfo.PathKind getPathKind()
DeleteTaskInfo
getPathKind
in interface DeleteTaskInfo
public String getPath()
DeleteTaskInfo
getPath
in interface DeleteTaskInfo
DeleteTaskInfo.getPathKind()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.