Package org.javlo.ztatic
Class DoubleFile
- java.lang.Object
-
- org.javlo.ztatic.DoubleFile
-
public class DoubleFile extends Object
-
-
Constructor Summary
Constructors Constructor Description DoubleFile(ContentContext ctx, File file1, File file2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete()
File
getFile1()
File
getFile2()
String
getModificationTime()
String
getUrl1()
String
getUrl2()
long
lastModified()
void
setFile1(File file1)
void
setFile2(File file2)
void
setUrl1(String url1)
void
setUrl2(String url2)
-
-
-
Constructor Detail
-
DoubleFile
public DoubleFile(ContentContext ctx, File file1, File file2) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFile1
public File getFile1()
-
setFile1
public void setFile1(File file1)
-
getFile2
public File getFile2()
-
setFile2
public void setFile2(File file2)
-
lastModified
public long lastModified()
-
getModificationTime
public String getModificationTime()
-
getUrl1
public String getUrl1()
-
setUrl1
public void setUrl1(String url1)
-
getUrl2
public String getUrl2()
-
setUrl2
public void setUrl2(String url2)
-
delete
public boolean delete()
-
-