Class AbstractIvmlModifier.CopiedFile
java.lang.Object
de.iip_ecosphere.platform.configuration.ivml.AbstractIvmlModifier.CopiedFile
- Enclosing class:
AbstractIvmlModifier
Stores original and copied file.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
original
-
copy
-
-
Constructor Details
-
CopiedFile
Creates an instance.- Parameters:
original- the originalcopy- the copy, may be null iforiginalwas yet created
-
-
Method Details
-
restore
- Throws:
IOException- if copying/overwriting fails
-
clean
private void clean()Cleans up unneeded copies.
-