|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| void | dump (final String prefix, final boolean folderOnly) |
Public Attributes | |
| int | totalBytes = 0 |
| int | totalFiles = 0 |
| int | totalFolders = 0 |
| int | currentDepth = 0 |
| int | maxDepth = 0 |
| boolean | trackFiles |
| final List< File > | srcFiles = new ArrayList<File>() |
| final List< File > | dstFiles = new ArrayList<File>() |
Definition at line 41 of file MiscUtils.java.
| void com.jogamp.junit.util.MiscUtils.CopyStats.dump | ( | final String | prefix, |
| final boolean | folderOnly | ||
| ) |
Definition at line 51 of file MiscUtils.java.
| int com.jogamp.junit.util.MiscUtils.CopyStats.currentDepth = 0 |
Definition at line 45 of file MiscUtils.java.
| final List<File> com.jogamp.junit.util.MiscUtils.CopyStats.dstFiles = new ArrayList<File>() |
Definition at line 49 of file MiscUtils.java.
| int com.jogamp.junit.util.MiscUtils.CopyStats.maxDepth = 0 |
Definition at line 46 of file MiscUtils.java.
| final List<File> com.jogamp.junit.util.MiscUtils.CopyStats.srcFiles = new ArrayList<File>() |
Definition at line 48 of file MiscUtils.java.
| int com.jogamp.junit.util.MiscUtils.CopyStats.totalBytes = 0 |
Definition at line 42 of file MiscUtils.java.
| int com.jogamp.junit.util.MiscUtils.CopyStats.totalFiles = 0 |
Definition at line 43 of file MiscUtils.java.
| int com.jogamp.junit.util.MiscUtils.CopyStats.totalFolders = 0 |
Definition at line 44 of file MiscUtils.java.
| boolean com.jogamp.junit.util.MiscUtils.CopyStats.trackFiles |
Definition at line 47 of file MiscUtils.java.