Package org.jbehave.core.io.google
Class LoadOdtFromGoogle
- java.lang.Object
-
- org.jbehave.core.io.LoadFromURL
-
- org.jbehave.core.io.odf.LoadOdtFromURL
-
- org.jbehave.core.io.google.LoadOdtFromGoogle
-
- All Implemented Interfaces:
org.jbehave.core.io.ResourceLoader,org.jbehave.core.io.StoryLoader
public class LoadOdtFromGoogle extends LoadOdtFromURL
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoadOdtFromGoogle.GoogleAccessFailedstatic classLoadOdtFromGoogle.GoogleDocumentNotFoundstatic classLoadOdtFromGoogle.GoogleMediaExportFailed
-
Constructor Summary
Constructors Constructor Description LoadOdtFromGoogle(String username, String password)LoadOdtFromGoogle(String username, String password, String feedURI)LoadOdtFromGoogle(String username, String password, String feedURI, com.google.gdata.client.docs.DocsService service)
-
Method Summary
Modifier and Type Method Description protected InputStreamresourceAsStream(String title)-
Methods inherited from class org.jbehave.core.io.odf.LoadOdtFromURL
loadResourceAsText
-
-
-
-
Method Detail
-
resourceAsStream
protected InputStream resourceAsStream(String title) throws IOException
- Overrides:
resourceAsStreamin classorg.jbehave.core.io.LoadFromURL- Throws:
IOException
-
-