public class BaseReference extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BaseReference() |
BaseReference(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseReference |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BaseReference, a cast assert is made to check if types are compatible. |
java.lang.String |
getGroup() |
java.lang.String |
getHash() |
boolean |
getIsOptional() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getResolvedPath() |
long |
getSize() |
java.lang.String |
getSourcePath() |
java.lang.String |
getTargetPath() |
java.lang.String |
getXmlGroup() |
java.lang.String |
getXmlHash() |
java.lang.String |
getXmlHashAlgorithm() |
java.lang.String |
getXmlIsOptional() |
java.lang.String |
getXmlPath() |
java.lang.String |
getXmlSize() |
void |
setGroup(java.lang.String Group) |
void |
setHash(java.lang.String Hash) |
void |
setIsOptional(boolean IsOptional) |
void |
setJCOInstance(JCObject instance) |
void |
setResolvedPath(java.lang.String ResolvedPath) |
void |
setSize(long Size) |
void |
setSourcePath(java.lang.String SourcePath) |
void |
setTargetPath(java.lang.String TargetPath) |
void |
setXmlGroup(java.lang.String XmlGroup) |
void |
setXmlHash(java.lang.String XmlHash) |
void |
setXmlHashAlgorithm(java.lang.String XmlHashAlgorithm) |
void |
setXmlIsOptional(java.lang.String XmlIsOptional) |
void |
setXmlPath(java.lang.String XmlPath) |
void |
setXmlSize(java.lang.String XmlSize) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BaseReference()
throws java.lang.Throwable
java.lang.Throwablepublic BaseReference(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static BaseReference cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BaseReference, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBaseReference instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getGroup()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHash()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsOptional()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getResolvedPath()
throws java.lang.Throwable
java.lang.Throwablepublic long getSize()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException
public java.lang.String getSourcePath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetPath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlGroup()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlHash()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlHashAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlIsOptional()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getXmlPath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSize()
throws java.lang.Throwable
java.lang.Throwablepublic void setGroup(java.lang.String Group)
throws java.lang.Throwable
java.lang.Throwablepublic void setHash(java.lang.String Hash)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsOptional(boolean IsOptional)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setResolvedPath(java.lang.String ResolvedPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setSize(long Size)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
public void setSourcePath(java.lang.String SourcePath)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetPath(java.lang.String TargetPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlGroup(java.lang.String XmlGroup)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlHash(java.lang.String XmlHash)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlHashAlgorithm(java.lang.String XmlHashAlgorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlIsOptional(java.lang.String XmlIsOptional)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlPath(java.lang.String XmlPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlSize(java.lang.String XmlSize)
throws java.lang.Throwable
java.lang.Throwable