Searched defs:createParentDirectoriesAutomatically (Results 1 - 12 of 12) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java36 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
58 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
73 return createParentDirectoriesAutomatically;
76 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
77 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
115 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java35 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
57 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
72 return createParentDirectoriesAutomatically;
75 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
76 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
114 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java36 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
58 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
73 return createParentDirectoriesAutomatically;
76 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
77 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
115 if (createParentDirectoriesAutomatically) {
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java36 * If the <code>createParentDirectoriesAutomatically</code> property is set to <code>true</code>,
58 private boolean createParentDirectoriesAutomatically = true; field in class:AbstractFakeFileSystem
73 return createParentDirectoriesAutomatically;
76 public void setCreateParentDirectoriesAutomatically(boolean createParentDirectoriesAutomatically) { argument
77 this.createParentDirectoriesAutomatically = createParentDirectoriesAutomatically;
115 if (createParentDirectoriesAutomatically) {

Completed in 893 milliseconds