Package system
Class UriBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.UriBuilder
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class UriBuilder extends NetObject
The base .NET class managing System.UriBuilder, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.UriBuilder
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: Systemstatic java.lang.StringclassNameQualified class name: System.UriBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description UriBuilder()UriBuilder(java.lang.Object instance)Internal constructor.UriBuilder(java.lang.String uri)UriBuilder(java.lang.String schemeName, java.lang.String hostName)UriBuilder(java.lang.String scheme, java.lang.String host, int portNumber)UriBuilder(java.lang.String scheme, java.lang.String host, int port, java.lang.String pathValue)UriBuilder(java.lang.String scheme, java.lang.String host, int port, java.lang.String path, java.lang.String extraValue)UriBuilder(Uri uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UriBuildercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoUriBuilder, a cast assert is made to check if types are compatible.java.lang.StringgetFragment()java.lang.StringgetHost()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetPassword()java.lang.StringgetPath()intgetPort()java.lang.StringgetQuery()java.lang.StringgetScheme()UrigetUri()java.lang.StringgetUserName()voidsetFragment(java.lang.String Fragment)voidsetHost(java.lang.String Host)voidsetJCOInstance(JCObject instance)voidsetPassword(java.lang.String Password)voidsetPath(java.lang.String Path)voidsetPort(int Port)voidsetQuery(java.lang.String Query)voidsetScheme(java.lang.String Scheme)voidsetUserName(java.lang.String UserName)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.UriBuilder- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UriBuilder
public UriBuilder(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
UriBuilder
public UriBuilder() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
UriBuilder
public UriBuilder(java.lang.String uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryException
-
UriBuilder
public UriBuilder(java.lang.String schemeName, java.lang.String hostName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException
-
UriBuilder
public UriBuilder(java.lang.String scheme, java.lang.String host, int portNumber) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeException
-
UriBuilder
public UriBuilder(java.lang.String scheme, java.lang.String host, int port, java.lang.String pathValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, UriFormatException
-
UriBuilder
public UriBuilder(java.lang.String scheme, java.lang.String host, int port, java.lang.String path, java.lang.String extraValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, UriFormatException
-
UriBuilder
public UriBuilder(Uri uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, UriFormatException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static UriBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoUriBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
UriBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getPort
public int getPort() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPort
public void setPort(int Port) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getFragment
public java.lang.String getFragment() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFragment
public void setFragment(java.lang.String Fragment) throws java.lang.Throwable, IndexOutOfRangeException- Throws:
java.lang.ThrowableIndexOutOfRangeException
-
getHost
public java.lang.String getHost() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHost
public void setHost(java.lang.String Host) throws java.lang.Throwable, IndexOutOfRangeException- Throws:
java.lang.ThrowableIndexOutOfRangeException
-
getPassword
public java.lang.String getPassword() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPassword
public void setPassword(java.lang.String Password) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPath
public java.lang.String getPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPath
public void setPath(java.lang.String Path) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, UriFormatException
-
getQuery
public java.lang.String getQuery() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setQuery
public void setQuery(java.lang.String Query) throws java.lang.Throwable, IndexOutOfRangeException- Throws:
java.lang.ThrowableIndexOutOfRangeException
-
getScheme
public java.lang.String getScheme() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setScheme
public void setScheme(java.lang.String Scheme) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException
-
getUserName
public java.lang.String getUserName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUserName
public void setUserName(java.lang.String UserName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUri
public Uri getUri() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryException
-
-