org.kohsuke.stapler
Interface AbstractAPT6.Content

Enclosing class:
AbstractAPT6

public static interface AbstractAPT6.Content

Represents content to be loaded from or stored to a specific location.


Method Summary
 void load(InputStream is)
           
 String location()
           
 void store(OutputStream os)
           
 

Method Detail

location

String location()

load

void load(InputStream is)
          throws IOException
Throws:
IOException

store

void store(OutputStream os)
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.