public class Resource
extends org.apache.maven.model.FileSet
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
addPath(Replace val) |
Resource |
addReplace(Replace val) |
String |
getCharset() |
String |
getId() |
List<Replace> |
getPaths() |
List<Replace> |
getReplaces() |
boolean |
isMove() |
boolean |
isNormalizePath() |
boolean |
isWorkOnFullPath() |
void |
setCharset(String charset) |
void |
setId(String id) |
void |
setMove(boolean move) |
void |
setNormalizePath(boolean normalizePath) |
void |
setPaths(List<Replace> paths) |
void |
setReplaces(List<Replace> replaces) |
void |
setWorkOnFullPath(boolean workOnFullPath) |
clone, getDirectory, setDirectory, toStringpublic String getCharset()
public String getId()
public boolean isMove()
public boolean isNormalizePath()
public boolean isWorkOnFullPath()
public void setCharset(String charset)
public void setId(String id)
public void setMove(boolean move)
public void setNormalizePath(boolean normalizePath)
public void setWorkOnFullPath(boolean workOnFullPath)
Copyright © 2015. All rights reserved.