Class RunnableResourceTest.CustomObject
- java.lang.Object
-
- net.shibboleth.ext.spring.resource.RunnableResourceTest.CustomObject
-
- Enclosing class:
- RunnableResourceTest
public class RunnableResourceTest.CustomObject extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid(byte what)voidreset()voidupdate()booleanwasUppdated()
-
-
-
Field Detail
-
theFile
private final File theFile
-
count
private byte count
-
lastCheck
private byte lastCheck
-
updated
private boolean updated
-
-
Method Detail
-
update
public void update() throws IOException- Throws:
IOException
-
isValid
public boolean isValid(byte what)
-
wasUppdated
public boolean wasUppdated()
-
reset
public void reset()
-
-