Package com.yahoo.application
Class ApplicationBuilder
java.lang.Object
com.yahoo.application.ApplicationBuilder
Builds an application package on disk and returns a path to the result.
- Author:
- Tony Vaagenes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()documentType(String name, String searchDefinition) networking(Networking networking) Disabled per defaultqueryProfile(String name, String queryProfile) queryProfileType(String name, String queryProfileType) rankExpression(String name, String rankExpressionContent) servicesXml(String servicesXml)
-
Constructor Details
-
ApplicationBuilder
- Throws:
IOException
-
-
Method Details
-
servicesXml
- Throws:
IOException
-
documentType
- Throws:
IOException
-
rankExpression
public ApplicationBuilder rankExpression(String name, String rankExpressionContent) throws IOException - Throws:
IOException
-
queryProfile
- Throws:
IOException
-
queryProfileType
- Throws:
IOException
-
networking
Disabled per default -
build
-