|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.dotnet.DotnetResource
class used by DotnetCompile to name resources, could be upgraded to a datatype in the distant future. a resource maps to /res:file,name
Constructor Summary | |
DotnetResource()
|
Method Summary | |
java.lang.String |
getCSharpStyleParameter()
build the C# style parameter (which has no public/private option) |
java.io.File |
getFile()
|
java.lang.String |
getName()
|
java.lang.Boolean |
getPublic()
|
java.lang.String |
getVbStyleParameter()
This method gets the style of param used by VB and javascript |
boolean |
isEmbed()
|
void |
setEmbed(boolean embed)
embed the resource in the assembly (default, true) or just link to it. |
void |
setFile(java.io.File file)
name the resource |
void |
setName(java.lang.String name)
should the resource have a name? |
void |
setPublic(java.lang.Boolean aPublic)
VB and J# only: is a resource public or not? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DotnetResource()
Method Detail |
public boolean isEmbed()
public void setEmbed(boolean embed)
embed
- public java.io.File getFile()
public void setFile(java.io.File file)
file
- public java.lang.Boolean getPublic()
public void setPublic(java.lang.Boolean aPublic)
aPublic
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getCSharpStyleParameter()
public java.lang.String getVbStyleParameter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |