org.qi4j.test.indexing.model
Interface URL

All Superinterfaces:
Composite, ValueComposite

public interface URL
extends ValueComposite

JAVADOC Add JavaDoc.


Method Summary
 Property<File> file()
           
 Property<Host> host()
           
 Property<Port> port()
           
 Property<Protocol> protocol()
           
 Property<java.util.Collection<QueryParam>> queryParams()
           
 

Method Detail

protocol

Property<Protocol> protocol()

host

@Optional
@Queryable(value=false)
Property<Host> host()

port

@Optional
Property<Port> port()

file

@Optional
Property<File> file()

queryParams

@Optional
Property<java.util.Collection<QueryParam>> queryParams()