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 |
isReplaceExisting() |
boolean |
isWorkOnFullPath() |
Resource |
setCharset(String charset) |
Resource |
setId(String id) |
Resource |
setMove(boolean move) |
Resource |
setNormalizePath(boolean normalizePath) |
Resource |
setPaths(List<Replace> paths) |
Resource |
setReplaceExisting(boolean replaceExisting) |
Resource |
setReplaces(List<Replace> replaces) |
Resource |
setWorkOnFullPath(boolean workOnFullPath) |
clone, getDirectory, setDirectory, toStringpublic String getCharset()
public String getId()
public boolean isMove()
public boolean isNormalizePath()
public boolean isReplaceExisting()
public boolean isWorkOnFullPath()
public Resource setMove(boolean move)
public Resource setNormalizePath(boolean normalizePath)
public Resource setReplaceExisting(boolean replaceExisting)
public Resource setWorkOnFullPath(boolean workOnFullPath)
Copyright © 2017. All rights reserved.