com.ptc.windchill.structconf
Class TargetFilesWriteProtectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.windchill.structconf.util.NestableException
com.ptc.windchill.structconf.StructConfManagerException
com.ptc.windchill.structconf.PropagationException
com.ptc.windchill.structconf.TargetFilesWriteProtectedException
- All Implemented Interfaces:
- Serializable
- public class TargetFilesWriteProtectedException
- extends PropagationException
Thrown if a propagation request aborts midway and
some files need to be restored from backups.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
writeProtectedFiles_
private ArrayList writeProtectedFiles_
TargetFilesWriteProtectedException
TargetFilesWriteProtectedException(ArrayList write_protected_files)
- Parameters:
write_protected_files
- array of File
getWriteProtectedFileList
private static String getWriteProtectedFileList(ArrayList list)
getWriteProtectedFiles
public File[] getWriteProtectedFiles()
- The target files that are not writeable.
- Returns:
- non-null array of files (possible zero-length)