|
Push Down Method public chmodPermissionsAreValid(chmod String) : boolean from class org.apache.camel.component.file.GenericFileEndpoint to public chmodPermissionsAreValid(chmod String) : boolean from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public getChmod() : String from class org.apache.camel.component.file.GenericFileEndpoint to public getChmod() : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public getPermissions() : Set<PosixFilePermission> from class org.apache.camel.component.file.GenericFileEndpoint to public getPermissions() : Set<PosixFilePermission> from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public setChmod(chmod String) : void from class org.apache.camel.component.file.GenericFileEndpoint to public setChmod(chmod String) : void from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public getExtendedAttributes() : String from class org.apache.camel.component.file.GenericFileEndpoint to public getExtendedAttributes() : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public getChmodDirectory() : String from class org.apache.camel.component.file.GenericFileEndpoint to public getChmodDirectory() : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public setChmodDirectory(chmodDirectory String) : void from class org.apache.camel.component.file.GenericFileEndpoint to public setChmodDirectory(chmodDirectory String) : void from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public setExtendedAttributes(extendedAttributes String) : void from class org.apache.camel.component.file.GenericFileEndpoint to public setExtendedAttributes(extendedAttributes String) : void from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Method public getDirectoryPermissions() : Set<PosixFilePermission> from class org.apache.camel.component.file.GenericFileEndpoint to public getDirectoryPermissions() : Set<PosixFilePermission> from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute protected chmod : String from class org.apache.camel.component.file.GenericFileEndpoint to private chmod : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute private CHMOD_WRITE_MASK : Integer from class org.apache.camel.component.file.GenericFileEndpoint to private CHMOD_WRITE_MASK : Integer from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute private CHMOD_EXECUTE_MASK : Integer from class org.apache.camel.component.file.GenericFileEndpoint to private CHMOD_EXECUTE_MASK : Integer from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute protected extendedAttributes : String from class org.apache.camel.component.file.GenericFileEndpoint to private extendedAttributes : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute protected chmodDirectory : String from class org.apache.camel.component.file.GenericFileEndpoint to private chmodDirectory : String from class org.apache.camel.component.file.FileEndpoint |
From |
To |
|
Push Down Attribute private CHMOD_READ_MASK : Integer from class org.apache.camel.component.file.GenericFileEndpoint to private CHMOD_READ_MASK : Integer from class org.apache.camel.component.file.FileEndpoint |
From |
To |