Class Reference
- java.lang.Object
-
- org.w3c.epubcheck.core.references.Reference
-
public final class Reference extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReference.Type
-
Field Summary
Fields Modifier and Type Field Description booleanhasIntrinsicFallbackEPUBLocationlocationio.mola.galimatias.URLtargetResourceReference.Typetypeio.mola.galimatias.URLurl
-
Constructor Summary
Constructors Constructor Description Reference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
url
public final io.mola.galimatias.URL url
-
targetResource
public final io.mola.galimatias.URL targetResource
-
location
public final EPUBLocation location
-
type
public final Reference.Type type
-
hasIntrinsicFallback
public final boolean hasIntrinsicFallback
-
-
Constructor Detail
-
Reference
public Reference(io.mola.galimatias.URL url, Reference.Type type, EPUBLocation location, boolean hasIntrinsicFallback)
-
-