Class Resolver<T,V>
java.lang.Object
custom_jfx_plugin.dependency.base.Resolver<T,V>
- Direct Known Subclasses:
MavenResolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionInvalid http response codesprotected static final StringHttp user agentprotected final HttpClientResolver http clientprotected static final intMax response resultsprotected final com.google.gson.GsonJson serialization instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TresolveDependency(V configuration, boolean silent) Resolve dependency configuration
-
Field Details
-
MAX_RESULTS
protected static final int MAX_RESULTSMax response results- See Also:
-
HTTP_USER_AGENT
Http user agent- See Also:
-
HTTP_INVALID_CODES
Invalid http response codes -
httpClient
Resolver http client -
serializer
protected final com.google.gson.Gson serializerJson serialization instance
-
-
Constructor Details
-
Resolver
public Resolver()
-
-
Method Details
-
resolveDependency
Resolve dependency configuration- Parameters:
configuration- configuration contentsilent- don't show user information- Returns:
- dependency result
-