Package net.sf.freecol.common.resources
Class VideoResource
- java.lang.Object
-
- net.sf.freecol.common.resources.Resource
-
- net.sf.freecol.common.resources.VideoResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.freecol.common.resources.Resource
Resource.Cleanable
-
-
Constructor Summary
Constructors Constructor Description VideoResource(java.lang.String primaryKey, java.net.URI resourceLocator)
Do not use directly.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Video
getVideo()
Gets theVideo
represented by this resource.void
preload()
Preload the resource if possible/meaningful.-
Methods inherited from class net.sf.freecol.common.resources.Resource
getPrimaryKey, getResourceLocator
-
-
-
-
Field Detail
-
video
private final Video video
-
-
Constructor Detail
-
VideoResource
public VideoResource(java.lang.String primaryKey, java.net.URI resourceLocator) throws java.io.IOException
Do not use directly.- Parameters:
primaryKey
- The primary key.resourceLocator
- TheURI
used when loading this resource.- Throws:
java.io.IOException
- if the URI is malformed.
-
-