class FilterFile : Closeable
<init> |
FilterFile(file: File, temporary: Boolean = false) |
elements |
val elements: List<FilterElement> |
file |
val file: File |
roots |
val roots: Set<String> |
close |
fun close(): Unit |
rootDirs |
fun rootDirs(contentDir: File): List<File> |
toString |
fun toString(): String |
BUILD_NAME |
const val BUILD_NAME: String |
ORIGIN_NAME |
const val ORIGIN_NAME: String |
SYNC_NAME |
const val SYNC_NAME: String |
TEMPORARY_NAME |
const val TEMPORARY_NAME: String |
temporary |
fun temporary(project: Project, paths: List<String>): FilterFile |