public class GenerateResource extends TaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.GenerateResource
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.GenerateResource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GenerateResource() |
GenerateResource(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerateResource |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GenerateResource, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
ITaskItem[] |
getAdditionalInputs() |
java.lang.String[] |
getEnvironmentVariables() |
ITaskItem[] |
getExcludedInputPaths() |
boolean |
getExecuteAsTool() |
boolean |
getExtractResWFiles() |
ITaskItem[] |
getFilesWritten() |
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
|
boolean |
getMinimalRebuildFromTracking() |
boolean |
getNeverLockTypeAssemblies() |
java.lang.String |
getOutputDirectory() |
ITaskItem[] |
getOutputResources() |
boolean |
getPublicClass() |
ITaskItem[] |
getReferences() |
java.lang.String |
getSdkToolsPath() |
ITaskItem[] |
getSources() |
ITaskItem |
getStateFile() |
java.lang.String |
getStronglyTypedClassName() |
java.lang.String |
getStronglyTypedFileName() |
java.lang.String |
getStronglyTypedLanguage() |
java.lang.String |
getStronglyTypedManifestPrefix() |
java.lang.String |
getStronglyTypedNamespace() |
ITaskItem[] |
getTLogReadFiles() |
ITaskItem[] |
getTLogWriteFiles() |
java.lang.String |
getToolArchitecture() |
java.lang.String |
getTrackerFrameworkPath() |
java.lang.String |
getTrackerLogDirectory() |
java.lang.String |
getTrackerSdkPath() |
boolean |
getTrackFileAccess() |
boolean |
getUseSourcePath() |
void |
setAdditionalInputs(ITaskItem[] AdditionalInputs) |
void |
setEnvironmentVariables(java.lang.String[] EnvironmentVariables) |
void |
setExcludedInputPaths(ITaskItem[] ExcludedInputPaths) |
void |
setExecuteAsTool(boolean ExecuteAsTool) |
void |
setExtractResWFiles(boolean ExtractResWFiles) |
void |
setJCOInstance(JCObject instance) |
void |
setMinimalRebuildFromTracking(boolean MinimalRebuildFromTracking) |
void |
setNeverLockTypeAssemblies(boolean NeverLockTypeAssemblies) |
void |
setOutputDirectory(java.lang.String OutputDirectory) |
void |
setOutputResources(ITaskItem[] OutputResources) |
void |
setPublicClass(boolean PublicClass) |
void |
setReferences(ITaskItem[] References) |
void |
setSdkToolsPath(java.lang.String SdkToolsPath) |
void |
setSources(ITaskItem[] Sources) |
void |
setStateFile(ITaskItem StateFile) |
void |
setStronglyTypedClassName(java.lang.String StronglyTypedClassName) |
void |
setStronglyTypedFileName(java.lang.String StronglyTypedFileName) |
void |
setStronglyTypedLanguage(java.lang.String StronglyTypedLanguage) |
void |
setStronglyTypedManifestPrefix(java.lang.String StronglyTypedManifestPrefix) |
void |
setStronglyTypedNamespace(java.lang.String StronglyTypedNamespace) |
void |
setToolArchitecture(java.lang.String ToolArchitecture) |
void |
setTrackerFrameworkPath(java.lang.String TrackerFrameworkPath) |
void |
setTrackerLogDirectory(java.lang.String TrackerLogDirectory) |
void |
setTrackerSdkPath(java.lang.String TrackerSdkPath) |
void |
setTrackFileAccess(boolean TrackFileAccess) |
void |
setUseSourcePath(boolean UseSourcePath) |
getLoggetBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GenerateResource()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionpublic GenerateResource(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static GenerateResource cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GenerateResource, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGenerateResource instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
NullReferenceException,
SecurityException,
IOException,
SerializationException,
FormatException,
PathTooLongException,
OverflowException,
ConfigurationErrorsException,
PlatformNotSupportedException,
ObjectDisposedException,
NotImplementedException,
UnauthorizedAccessException,
XmlException,
MulticastNotSupportedException,
BadImageFormatException,
RankException,
CannotUnloadAppDomainException,
RemotingException
Execute in class Taskjava.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionSecurityExceptionIOExceptionSerializationExceptionFormatExceptionPathTooLongExceptionOverflowExceptionConfigurationErrorsExceptionPlatformNotSupportedExceptionObjectDisposedExceptionNotImplementedExceptionUnauthorizedAccessExceptionXmlExceptionMulticastNotSupportedExceptionBadImageFormatExceptionRankExceptionCannotUnloadAppDomainExceptionRemotingExceptionpublic final ITaskItem[] getAdditionalInputs() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getEnvironmentVariables()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getExcludedInputPaths() throws java.lang.Throwable
java.lang.Throwablepublic boolean getExecuteAsTool()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getExtractResWFiles()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getFilesWritten() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskExtensionJCType representing the CLR Type of the instantiated Classpublic boolean getMinimalRebuildFromTracking()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getNeverLockTypeAssemblies()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOutputDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getOutputResources() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPublicClass()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getReferences() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSdkToolsPath()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getSources() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getStateFile() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStronglyTypedClassName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStronglyTypedFileName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStronglyTypedLanguage()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStronglyTypedManifestPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStronglyTypedNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTLogReadFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTLogWriteFiles() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolArchitecture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTrackerFrameworkPath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTrackerLogDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTrackerSdkPath()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrackFileAccess()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseSourcePath()
throws java.lang.Throwable
java.lang.Throwablepublic void setAdditionalInputs(ITaskItem[] AdditionalInputs) throws java.lang.Throwable
java.lang.Throwablepublic void setEnvironmentVariables(java.lang.String[] EnvironmentVariables)
throws java.lang.Throwable
java.lang.Throwablepublic void setExcludedInputPaths(ITaskItem[] ExcludedInputPaths) throws java.lang.Throwable
java.lang.Throwablepublic void setExecuteAsTool(boolean ExecuteAsTool)
throws java.lang.Throwable
java.lang.Throwablepublic void setExtractResWFiles(boolean ExtractResWFiles)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class TaskExtensionpublic void setMinimalRebuildFromTracking(boolean MinimalRebuildFromTracking)
throws java.lang.Throwable
java.lang.Throwablepublic void setNeverLockTypeAssemblies(boolean NeverLockTypeAssemblies)
throws java.lang.Throwable
java.lang.Throwablepublic void setOutputDirectory(java.lang.String OutputDirectory)
throws java.lang.Throwable
java.lang.Throwablepublic void setOutputResources(ITaskItem[] OutputResources) throws java.lang.Throwable
java.lang.Throwablepublic void setPublicClass(boolean PublicClass)
throws java.lang.Throwable
java.lang.Throwablepublic void setReferences(ITaskItem[] References) throws java.lang.Throwable
java.lang.Throwablepublic void setSdkToolsPath(java.lang.String SdkToolsPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setSources(ITaskItem[] Sources) throws java.lang.Throwable
java.lang.Throwablepublic void setStateFile(ITaskItem StateFile) throws java.lang.Throwable
java.lang.Throwablepublic void setStronglyTypedClassName(java.lang.String StronglyTypedClassName)
throws java.lang.Throwable
java.lang.Throwablepublic void setStronglyTypedFileName(java.lang.String StronglyTypedFileName)
throws java.lang.Throwable
java.lang.Throwablepublic void setStronglyTypedLanguage(java.lang.String StronglyTypedLanguage)
throws java.lang.Throwable
java.lang.Throwablepublic void setStronglyTypedManifestPrefix(java.lang.String StronglyTypedManifestPrefix)
throws java.lang.Throwable
java.lang.Throwablepublic void setStronglyTypedNamespace(java.lang.String StronglyTypedNamespace)
throws java.lang.Throwable
java.lang.Throwablepublic void setToolArchitecture(java.lang.String ToolArchitecture)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrackerFrameworkPath(java.lang.String TrackerFrameworkPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrackerLogDirectory(java.lang.String TrackerLogDirectory)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrackerSdkPath(java.lang.String TrackerSdkPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrackFileAccess(boolean TrackFileAccess)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseSourcePath(boolean UseSourcePath)
throws java.lang.Throwable
java.lang.Throwable