public class ZipIndexEntryMatch extends Object
| Constructor and Description |
|---|
ZipIndexEntryMatch() |
| Modifier and Type | Method and Description |
|---|---|
ContentMatch |
getContent() |
PathMatch |
getPath() |
boolean |
matches(ZipIndexEntry zipIndexEntry,
List<String> lines) |
void |
setContent(ContentMatch content) |
void |
setPath(PathMatch path) |
public boolean matches(ZipIndexEntry zipIndexEntry, List<String> lines)
public ContentMatch getContent()
public PathMatch getPath()
public void setPath(PathMatch path)
public void setContent(ContentMatch content)
Copyright © 2020. All rights reserved.