public class TrustFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TRUST_FILENAME |
| Constructor and Description |
|---|
TrustFile(org.apache.tools.ant.Project project,
File userTrustDirectory,
File globaTrustDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(File swf) |
void |
add(String url) |
void |
remove(File swf) |
void |
remove(String url) |
void |
removePath(String path) |
public static final String TRUST_FILENAME
Copyright © 2023 The Apache Software Foundation. All rights reserved.