org.qi4j.test.indexing.model
Interface URL

All Superinterfaces:
Composite, Value, ValueComposite

public interface URL
extends ValueComposite

JAVADOC Add JavaDoc.


Method Summary
 Property<File> file()
           
 Property<Host> host()
           
 Property<Port> port()
           
 Property<Protocol> protocol()
           
 Property<Collection<QueryParam>> queryParams()
           
 
Methods inherited from interface org.qi4j.api.value.Value
buildWith, state, toJSON
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

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<Collection<QueryParam>> queryParams()