Home | History | Annotate | Download | only in elonen

Lines Matching defs:this

12  * 1. Redistributions of source code must retain the above copyright notice, this
16 * this list of conditions and the following disclaimer in the documentation
20 * may be used to endorse or promote products derived from this software without
23 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
55 this.tmpdir = new File(System.getProperty("java.io.tmpdir"));
56 this.tempFiles = new ArrayList<TempFile>();
61 if (!this.tempFiles.isEmpty()) {
64 for (TempFile file : this.tempFiles) {
71 this.tempFiles.clear();
76 DefaultTempFile tempFile = new DefaultTempFile(this.tmpdir);
77 this.tempFiles.add(tempFile);